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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to wire up an
on_clickevent 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-tablewhcih does seem to have anon_clickevent: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