This repository was archived by the owner on Jul 16, 2025. It is now read-only.
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
on_row_selected or on_selection_changed handlers does not persist the selection. #54
When I set either
on_selection_changedoron_row_selectedto try and capture the selected row data in state, it is immediately de-selected and does not persist in the table. Theon_selection_changedsends an empty list and theon_row_selecteddoes 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.