Liking cljdoc? Tell your friends :D

re-com.simple-v-table


align->justifycljs

source

arrow-down-iconcljs

(arrow-down-icon {:keys [size fill] :or {size "24px" fill "black"}})
source

arrow-up-iconcljs

(arrow-up-icon {:keys [size fill] :or {size "24px" fill "black"}})
source

clipboard-export-buttoncljs

(clipboard-export-button {:keys [columns rows on-export]})
source

column-header-itemcljs

(column-header-item & _)
source

column-header-renderercljs

(column-header-renderer {:keys [columns parts sort-by-column
                                column-header-height hover?]})

:column-header-renderer AND :top-left-renderer - Render the table header

:column-header-renderer AND :top-left-renderer - Render the table header
sourceraw docstring

column-nodecljs

(column-node {:keys [column column-model]})
source

criteria-comparecljs

(criteria-compare a
                  b
                  {:keys [key-fn comp-fn order]
                   :or {key-fn :label order :asc comp-fn compare}})
source

default-argscljs

source

default-sort-criterioncljs

source

descendant?cljs

(descendant? group-a group-b)
source

multi-comparatorcljs

(multi-comparator criteria)
source

nested-columncljs

(nested-column & _)
source

nested-columnscljs

(nested-columns {:keys [columns parts sort-by-column column-header-height hover?
                        column-model ancestry]
                 :as args})

:column-header-renderer AND :top-left-renderer - Render the table header

:column-header-renderer AND :top-left-renderer - Render the table header
sourceraw docstring

row-itemcljs

(row-item row
          {:keys [id width height align vertical-align row-label-fn] :as column}
          cell-style
          parts)

Render a single row item (column) of a single row

Render a single row item (column) of a single row
sourceraw docstring

row-renderercljs

(row-renderer {:keys [columns on-click-row on-enter-row on-leave-row striped?
                      row-height row-style cell-style parts table-row-line-color
                      row-index row]})

:row-renderer AND :row-header-renderer: Render a single row of the table data

:row-renderer AND :row-header-renderer: Render a single row of the table data
sourceraw docstring

simple-v-tablecljs

(simple-v-table & {:keys [src] :as static-args})

Render a v-table and introduce the concept of columns (provide a spec for each). Of the nine possible sections of v-table, this table only supports four: top-left (1), row-headers (2), col-headers (4) and rows (5) Note that row-style and cell-style can either be a style map or functions which return a style map:

  • (row-style row)
  • (cell-style row col) where row is the data for that row and col is the definition map for that column
Render a v-table and introduce the concept of columns (provide a spec for each).
Of the nine possible sections of v-table, this table only supports four:
top-left (1), row-headers (2), col-headers (4) and rows (5)
Note that row-style and cell-style can either be a style map or functions which return a style map:
 - (row-style row)
 - (cell-style row col)
where row is the data for that row and col is the definition map for that column
sourceraw docstring

simple-v-table-args-desccljs

source

simple-v-table-exclusive-partscljs

source

simple-v-table-exclusive-parts-desccljs

source

simple-v-table-partscljs

source

simple-v-table-parts-desccljs

source

sort-iconcljs

(sort-icon {:keys [size fill] :or {size "24px" fill "black"}})
source

tree-v-tablecljs

(tree-v-table & {:keys [src] :as static-args})

Render a v-table and introduce the concept of columns (provide a spec for each). Of the nine possible sections of v-table, this table only supports four: top-left (1), row-headers (2), col-headers (4) and rows (5) Note that row-style and cell-style can either be a style map or functions which return a style map:

  • (row-style row) x - (cell-style row col) where row is the data for that row and col is the definition map for that column
Render a v-table and introduce the concept of columns (provide a spec for each).
Of the nine possible sections of v-table, this table only supports four:
top-left (1), row-headers (2), col-headers (4) and rows (5)
Note that row-style and cell-style can either be a style map or functions which return a style map:
 - (row-style row)
x   - (cell-style row col)
where row is the data for that row and col is the definition map for that column
sourceraw docstring

update-sort-criteriacljs

(update-sort-criteria criteria new-criterion)
source

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

× close