Select extension v 1.7 css problem.

Select extension v 1.7 css problem.

sfinlaysfinlay Posts: 3Questions: 2Answers: 0

https://github.com/DataTables/Select/blob/0e516c904e177203efb2472627d8a952e044218d/css/select.dataTables.scss#L112

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

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Answer ✓

    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

  • sfinlaysfinlay Posts: 3Questions: 2Answers: 0

    Fair enough, if its not in the functionality for v1.

Sign In or Register to comment.