jquery-datatables-checkboxes icon indicating copy to clipboard operation
jquery-datatables-checkboxes copied to clipboard

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.

Results 26 jquery-datatables-checkboxes issues
Sort by recently updated
recently updated
newest added

Hello, When I use table.rows('.myClass').remove(), the number of select row is not updated. I must be used : table.rows('.myClass').deselect().remove().draw(); The problem isn't in default datatable checkbox selection : http://live.datatables.net/seqejati/4/edit Can...

Type: Bug
Priority: Medium

@mpryvkin https://cdn.datatables.net/2.0.0 DataTables v2 deprecated/removed internal API so it should use public APIs but I don't know how and can't make a PR. The Release Changelog is not clear The...

I was already using the lib in version 1.x of the datatable, but when migrating to version 2.x, I got the failure described in issue [#145](https://github.com/gyrocode/jquery-datatables-checkboxes/issues/145) I made the corrections...

hi, im using the `columns.checkboxes.selectAllCallback` to get the unselected check box. how can i get the unique id or value of the unselected checkbox? it only returns `selected` boolean

I remove `thead` from my table So I need to add `type="checkbox"` out of my table. How do can I add `` out of table box?!

Type: Question

Related to Issue https://github.com/gyrocode/jquery-datatables-checkboxes/issues/62