simple-v-table has an on-click handler which dumps the row object to the devtools console. This is super useful when debugging these tables and one can see other row properties which may not be directly displayed.
Can this be implemented in the new nested-grid too please ?
|
:on-click (handler-fn (do (v-table/show-row-data-on-alt-click row row-index event) |
|
(when on-click-row (on-click-row row-index)))) |