Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using on_row_selected or on_selection_changed handlers does not persist the selection. #54

Open
riebecj opened this issue Nov 23, 2024 · 1 comment

Comments

@riebecj
Copy link

riebecj commented Nov 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant