(tree-table {:keys [level caption head-row rows render-col _expandable-row?
_expand-row _full-width? _conn]
:as props})
Renders rows
of data in a table [[col1 col2] [col1 col2]]
.
If the row is (expandable-row? row)
then it will render a caret
to toggle the (expand-row row)
function and step down a level in the
tree. expand-row
should return a new sequence of rows.
Renders `rows` of data in a table `[[col1 col2] [col1 col2]]`. If the row is `(expandable-row? row)` then it will render a caret to toggle the `(expand-row row)` function and step down a level in the tree. `expand-row` should return a new sequence of rows.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close