Liking cljdoc? Tell your friends :D

im-tables.views.table.head.controls


align-right?cljs

(align-right? dom-node)
source

blank-constraintcljs

(blank-constraint loc view)
source

clj-maxcljs

source

clj-mincljs

source

column-summarycljs

(column-summary loc view local-state !dropdown)
source

column-summary-thinkingcljs

(column-summary-thinking)
source

column-summary-titlecljs

(column-summary-title loc view response & {:keys [numerical?]})
source

constraintcljs

(constraint loc view)
source

constraint-dropdowncljs

(constraint-dropdown {:keys [value on-change data-type]})
source

constraint-has-path?cljs

(constraint-has-path? view constraint)
source

constraint-inputcljs

(constraint-input &
                  {:keys [model path value typeahead? on-change on-blur type
                          possible-values disabled op]
                   :as props})

Returns the appropriate input component for the constraint operator.

Returns the appropriate input component for the constraint operator.
sourceraw docstring

css-transition-groupcljs

source

date-constraint-inputcljs

(date-constraint-input {:keys [value on-change on-blur]})

Wraps cljsjs/react-day-picker for use as constraint input for selecting dates.

Wraps `cljsjs/react-day-picker` for use as constraint input for selecting dates.
sourceraw docstring

date-fmtcljs

source

filter-dropdown-menucljs

(filter-dropdown-menu loc view idx col-count)
source

filter-inputcljs

(filter-input)
source

filter-viewcljs

(filter-view loc view blank-constraint-atom)
source

fmtcljs

source

force-closecljs

(force-close component)

Force a dropdown to close

Force a dropdown to close 
sourceraw docstring

has-text?cljs

(has-text? needle haystack)

Return true if a label contains a string

Return true if a label contains a string
sourceraw docstring

numerical-column-summarycljs

(numerical-column-summary)
source

obj->cljcljs

(obj->clj obj)
source

op-typecljs

Map from constraint string to either :single or :multi, corresponding to whether the constraint is for one or multiple values.

Map from constraint string to either `:single` or `:multi`, corresponding
to whether the constraint is for one or multiple values.
sourceraw docstring

operatorscljs

source

operators-no-valuecljs

source

place-below!cljs

(place-below! below above & {:keys [right? loading?]})

Call with DOM elements to set the position styling of below such that it is directly below the edge of above. right? - position below using its top right corner (instead of top left). loading? - when right? is true, we need to know the width of below to position it correctly. This arg tells us that the width might change when it's done loading, so we just guess instead.

Call with DOM elements to set the position styling of `below` such that it
is directly below the edge of `above`.
`right?` - position `below` using its top right corner (instead of top left).
`loading?` - when `right?` is true, we need to know the width of `below` to
             position it correctly. This arg tells us that the width might
             change when it's done loading, so we just guess instead.
sourceraw docstring

read-day-changecljs

(read-day-change date _mods picker)

Convert DayPicker input to the string we use as constraint.

Convert DayPicker input to the string we use as constraint.
sourceraw docstring

select-constraint-inputcljs

(select-constraint-input {:keys [model path value on-blur possible-values
                                 disabled]})

Wraps cljsjs/react-select for use as constraint input for selecting one value out of possible-values.

Wraps `cljsjs/react-select` for use as constraint input for selecting
one value out of `possible-values`.
sourceraw docstring

select-multiple-constraint-inputcljs

(select-multiple-constraint-input {:keys [model path value on-blur
                                          possible-values disabled]})

Wraps cljsjs/react-select for use as constraint input for selecting multiple values out of possible-values.

Wraps `cljsjs/react-select` for use as constraint input for selecting
multiple values out of `possible-values`.
sourceraw docstring

select-placeholdercljs

(select-placeholder model path)
source

summary-dropdown-menucljs

(summary-dropdown-menu loc view idx col-count)
source

text-constraint-inputcljs

(text-constraint-input)

Freeform textbox for String / Lookup constraints.

Freeform textbox for String / Lookup constraints.
sourceraw docstring

too-many-valuescljs

(too-many-values)
source

toolbarcljs

(toolbar)
source

update-constraintcljs

(update-constraint {old-op :op :as constraint}
                   {new-op :op new-value :value :as new-const})

Takes a constraint map and a map with a new value and/or operation, and updates the original constraint map, making sure to update the value key if switching between single and multi constraints. Also handles type constraints.

Takes a constraint map and a map with a new value and/or operation, and
updates the original constraint map, making sure to update the value key if
switching between single and multi constraints. Also handles type constraints.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close