How to receive DataTable events embedded in Tab Widget #1035
Unanswered
bfrench4255
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you share a code sample reproducing the issue please? |
Beta Was this translation helpful? Give feedback.
2 replies
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'm trying to embed DataTables within Tabs Widget and I can't seem to capture events on the DataTables. I have set
show_checkbox_column=True
, and have implemented a function to captureon_select_changed
on the DataRows. However, theon_select_changed
never seems to fire when the DataTable is embedded in a Tab.The only event I see from the Tabs Widget is on_change, and it only fires when the selected index on the Tab changes. How do I capture DataTable events within a Tab?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions