"indeterminate" is not work
atkuo090 opened this issue · 4 comments
Sorry, I cannot replicate it.
I updated a few examples (Basic Initialization, Styling - Awesome Bootstrap Checkbox) to 1.2.13 and they all work correctly in Firefox, Chrome and MS Edge.
If you could share an example demonstrating the problem based on one of the examples above, that would help to locate the issue. Thanks!
Sorry, I cannot replicate it.
I updated a few examples (Basic Initialization, Styling - Awesome Bootstrap Checkbox) to 1.2.13 and they all work correctly in Firefox, Chrome and MS Edge.
If you could share an example demonstrating the problem based on one of the examples above, that would help to locate the issue. Thanks!
'ajax': 'https://gyrocode.github.io/files/jquery-datatables/arrays_id.json',
//without columns
'ajax': 'https://gyrocode.github.io/files/jquery-datatables/objects.json',
Solved
Known Limitations
Column containing checkboxes must have unique data. Using columns.data option set to null for the column containing checkboxes will result in unexpected behavior.
Selecting rows on all pages using columns.checkboxes.selectAllPages option in server-side processing mode is currently not possible. In this mode only rows on the current page are selected, when “select all” control is clicked.