Select extension v 1.7 css problem.
Select extension v 1.7 css problem.
sfinlay
Posts: 3Questions: 2Answers: 0
In the css file for the select extension, select.datatables.scss, the "th" elements are specified with an ancestor of "tbody". This should probably be "thead".
This question has an accepted answers - jump to answer
Answers
I'm not so sure about that I'm afraid. Select 1.x doesn't use the table header at all, and it is quite valid to have
th
elements in the table body.Select 2 is a little different in that you can have a checkbox in the header to do a select all / none, but its CSS is up to date for that.
Allan
Fair enough, if its not in the functionality for v1.