Bug Report: th.select-checkbox CSS selector
Bug Report: th.select-checkbox CSS selector
cburg
Posts: 2Questions: 1Answers: 0
In the current Select extension CSS (https://cdn.datatables.net/select/1.2.4/css/select.dataTables.min.css), the th.select-checkbox
selector is incorrectly combined with the tbody
tag selector as follows: table.dataTable tbody th.select-checkbox {...}
. It should be combined with the thead
tag selector instead.
This discussion has been closed.