Liking cljdoc? Tell your friends :D

retabled.filter


filter-by-mapclj/s

(filter-by-map filter-map map-coll)

Filter a collection of maps by a filter-map, where the filter map specifies the columns and the value to filter them by.

Strings will be made into basic regexp.

Filter a collection of maps by a filter-map, where the filter map specifies the columns and the value to filter them by.

Strings will be made into basic regexp.
raw docstring

FILTER-MAPclj/s


filteringclj/s

(filtering FILTER entries)

Filter entries according to FILTER-MAP

Filter entries according to `FILTER-MAP`
raw docstring

gen-filterclj/s

(gen-filter {:as args :keys [col-map FILTER table-id filter-in-url]})

Generate an input meant to filter a column. filter-address is the key of this filter in FILTER-MAP and may be a function, keyword, etc, as specified by (:valfn col-map)

Generate an input meant to filter a column. `filter-address` is the key of this filter in `FILTER-MAP` and
may be a function, keyword, etc, as specified by `(:valfn col-map)`
raw docstring

generate-filter-fnclj/s

(generate-filter-fn filter-map)

Produce the function which compares a filter-map to a map and deems it good or not. If a :key in filter-map doesn't exist when filtering filterable-map, the filterable map will fail this function.

Produce the function which compares a filter-map to a map and deems it good or not. If a :key in `filter-map` doesn't exist when filtering `filterable-map`, the filterable map will fail this function.
raw docstring

map-from-urlclj/s

(map-from-url)

on-click-filterclj/s

(on-click-filter {:as args :keys [col-map table-id filter-in-url FILTER value]})

Changes the filter value based on value clicked

Changes the filter value based on value clicked
raw docstring

resolve-filterclj/s

(resolve-filter controls entries)

search-in-urlclj/s

(search-in-url)

SEARCH-MAPclj/s


str-to-patternclj/s

(str-to-pattern string)

url-from-mapclj/s

(url-from-map)

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

× close