vincjo / datatables

A toolkit for creating datatable components with Svelte
https://vincjo.fr/datatables
MIT License
425 stars 15 forks source link

Row selection with filtering issue #92

Closed bfbay315 closed 3 months ago

bfbay315 commented 7 months ago

In the example: https://vincjo.fr/datatables/examples/row-selection, I noticed that when you select a row, and then filter, the row becomes unselected.

I see this when running in my project as well. Using version 1.14.2

vincjo commented 7 months ago

It is how row selection is implemented for client-side in V1. Any interaction will remove the selection, which is not ideal, i agree.

I have already upgraded the system but it results in a (small) breaking change, therefore postponed for the next major version