Is there an on_click
event for PerspectiveWidget?
#1492
Unanswered
dhirschfeld
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to wire up an
on_click
event so I could display more information (in a different widget) depending on the row clicked in thePersepectiveWidget
. Is this possible?IIUC perspective is built on top of
regular-table
whcih does seem to have anon_click
event:https://github.com/jpmorganchase/ipyregulartable#click-events
...but that doesn't seem to work with a
PerspectiveWidget
?Beta Was this translation helpful? Give feedback.
All reactions