gyrocode / jquery-datatables-checkboxes

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
https://www.gyrocode.com/projects/jquery-datatables-checkboxes/
MIT License
150 stars 61 forks source link

Checkbox and Searchfield - Selecting all rows while searching #139

Open hermify opened 2 years ago

hermify commented 2 years ago

Problem with Checkbox 1.2.13. DataTables 1.11.4:

First Column is Checkbox. When i searched for a row and then select it. And then change the search input-field, all rows being selected.

mpryvkin commented 2 years ago

Most likely the issue is that your column containing checkboxes has no data. Column containing checkboxes must have unique values.

If that doesn't solve you issue, please create an example on jsFiddle reproducing it. Thanks!