Liking cljdoc? Tell your friends :D

retabled.core


ALL-DATAclj/s


atom?clj/s

(atom? a)

ducktype an atom as something dereferable

ducktype an atom as something dereferable
raw docstring

check-for-duplicatesclj/s

(check-for-duplicates table-id)

col-map-helpclj/s

Possible values of col-maps within :columns of control-map

Possible values of col-maps within `:columns` of control-map 
raw docstring

control-map-helpclj/s

The possible values of a control-map for a table, which should be a sequence of maps where each map corresponds to one column of the table.

The possible values of a control-map for a table, which should be a
sequence of maps where each map corresponds to one column of the table.
raw docstring

curate-entriesclj/s

(curate-entries {:as args :keys [paging-controls entries SORT FILTER]})

CURRENT-DATAclj/s


DEFAULT-PAGE-ATOMclj/s


default-pagingclj/s

(default-paging)

Set up a local atom and define paging functions with reference to it

Set up a local atom and define paging functions with reference to it
raw docstring

generate-rowsclj/s

(generate-rows {:as args :keys [controls entries SORT FILTER table-id]})

Generate all the rows of the table from entries, according to controls

Generate all the rows of the table from `entries`, according to `controls`
raw docstring

generate-table-idclj/s

(generate-table-id table-id)

generate-theadsclj/s

(generate-theads {:as args
                  :keys [controls paging-controls SORT FILTER table-id]})

generate the table headers

generate the table headers
raw docstring

PAGING-INFOclj/s


tableclj/s

(table controls entries)

Generate a table from entries according to headers and getter-fns in controls

Generate a table from `entries` according to headers and getter-fns in `controls`
raw docstring

TABLE-NAME-COUNTclj/s


update-all-data!clj/s

(update-all-data! table-id entries)

update-current-data!clj/s

(update-current-data! table-id entries)

update-default-entries-per-page!clj/s

(update-default-entries-per-page! controls)

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

× close