datatables icon indicating copy to clipboard operation
datatables copied to clipboard

Row selection with filtering issue

Open bfbay315 opened this issue 1 year ago • 1 comments

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

bfbay315 avatar Mar 01 '24 18:03 bfbay315

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

vincjo avatar Mar 04 '24 10:03 vincjo