Liking cljdoc? Tell your friends :D

re-datagrid.views


are-you-sure-modalcljs

(are-you-sure-modal id)
source

cell-select-checkboxcljs

(cell-select-checkbox id record)
source

clean-formatted-keyscljs

(clean-formatted-keys r)
source

command-tdcljs

(command-td id
            {:keys [can-edit can-edit-fn can-reorder can-reorder-fn-up id-field
                    can-reorder-fn-down can-delete can-delete-fn
                    data-subscription]
             :as options}
            record)
source

create-buttoncljs

(create-button id)
source

create-rowcljs

(create-row id)
source

datagridcljs

(datagrid options fields)

Inputs: [options :- ds/GridConfiguration fields :- [ds/GridField]]

Creates a datagrid

Inputs: [options :- ds/GridConfiguration fields :- [ds/GridField]]

Creates a datagrid
sourceraw docstring

delete-cell-buttoncljs

(delete-cell-button id record)
source

dutch-formattercljs

source

dutch-formatter-datecljs

source

edit-cellcljsmultimethod

source

edit-cell-buttoncljs

(edit-cell-button id pk record)

Starts editing the row

Starts editing the row
sourceraw docstring

edit-rowcljs

(edit-row id pk)

shows a row with inline editing elements

shows a row with inline editing elements
sourceraw docstring

is-checked?cljs

(is-checked? pkey record selected-records)
source

mass-selectcljs

(mass-select id data-sub)
source

non-edit-rowcljs

(non-edit-row id record)
source

reorder-cell-button-downcljs

(reorder-cell-button-down callback)
source

reorder-cell-button-upcljs

(reorder-cell-button-up callback)
source

save-cell-buttoncljs

(save-cell-button id pk)
source

table-cellcljsmultimethod

source

table-datacljs

(table-data id data-sub)
source

(table-footer id fields records)
source

table-headercljs

(table-header id data-sub)
source

table-header-cellcljs

(table-header-cell id
                   {:keys [title align width can-sort hide-header-filter]
                    :as field})
source

table-header-filtercljsmultimethod

source

table-rowcljs

(table-row id record)
source

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

× close