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
When I set either on_selection_changed or on_row_selected to try and capture the selected row data in state, it is immediately de-selected and does not persist in the table. The on_selection_changed sends an empty list and the on_row_selected does not send anything on this automatic de-selection.
I would expect the selected row to remain selected. This is the case when I don't use either event handler. The row stays selected.
The text was updated successfully, but these errors were encountered:
When I set either
on_selection_changed
oron_row_selected
to try and capture the selected row data in state, it is immediately de-selected and does not persist in the table. Theon_selection_changed
sends an empty list and theon_row_selected
does not send anything on this automatic de-selection.I would expect the selected row to remain selected. This is the case when I don't use either event handler. The row stays selected.
The text was updated successfully, but these errors were encountered: