You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to select DataTable checkboxes when the table is displayed within an AlertDialog with scrolling enabled, and I'm at a loss as to why?
The code example launches an AlertDialog with a scrolling Column containing a DataTable. I'm unable to select the DataTable checkboxes with this code example. The on_select_change function is never called. However, if I remove the scroll=ScrollMode.ALWAYS from the following Column definition within the code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm unable to select DataTable checkboxes when the table is displayed within an AlertDialog with scrolling enabled, and I'm at a loss as to why?
The code example launches an AlertDialog with a scrolling Column containing a DataTable. I'm unable to select the DataTable checkboxes with this code example. The on_select_change function is never called. However, if I remove the scroll=ScrollMode.ALWAYS from the following Column definition within the code:
The on_select_change function is called, but is always "row unselected". Not sure what I'm overlooking here...
Thanks!!
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions