Liking cljdoc? Tell your friends :D

re-frame-datatable.utils


case-insensitive-filtering-fnclj/s

(case-insensitive-filtering-fn search-string)

Table row filtering function that filters case insensitive. Searching for john would also return John.

The function accepts a search string and returns a single-argument function that takes in an input. Input should be coerceable to a string.

Table row filtering function that filters case insensitive.
Searching for `john` would also return `John`.

The function accepts a search string and returns a single-argument function that takes in an input.
Input should be coerceable to a string.
sourceraw docstring

case-sensitive-filtering-fnclj/s

(case-sensitive-filtering-fn search-string)

Table row filtering function that filters case sensitive. Searching for john would NOT return John.

The function accepts a search string and returns a single-argument function that takes in an input. Input should be coerceable to a string.

Table row filtering function that filters case sensitive.
Searching for `john` would NOT return `John`.

The function accepts a search string and returns a single-argument function that takes in an input.
Input should be coerceable to a string.
sourceraw docstring

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

× close