1.2.6-CSS-select.dataTables.css not displaying select-all checkbox.
1.2.6-CSS-select.dataTables.css not displaying select-all checkbox.
Hi All,
I have recently upgraded my application from DT-1.10.7 to 1.10.18 and now select-all checkbox is not appearing on grids. On analysis i found this is bcoz of select.datatables.css as it has tbody added in selectors(PFA the image of comparison for better clarity). Due to this the checkbox is not appearing on "th" element. Now my question is, is this a bug in latest grid or it was a bug in older grid and how to resolve it? Any help would be appreciated
This question has an accepted answers - jump to answer
Answers
Sample https://jsfiddle.net/annoyingmouse/yxLrLr8o/- js fiddle of 1.10.13 DTable and 1.2.1 select css.
Select never actually had a "Select all" checkbox. There was a checkbox in the header for a little while, but that was a CSS bug and it didn't actually do anything! This was the commit that fixed it.
Allan
Thanks allan.