Skip to content

enhancement: support row on click in nested-grid like in simple-v-table #344

Open
@hipitihop

Description

@hipitihop

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))))

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions