Open ken-colvin opened 4 years ago
Hi @ken-colvin!
The "new" html appears to be missing a <tr>
:
<thead class="thead-dark">
<tr class="tablesorter-ignoreRow"> <!-- this is missing -->
<th colspan="7" class="ts-pager">
Also, you may need to add a class name to that tr
so that the header row isn't treated like a clickable header; the class name can be modified using the cssIgnoreRow
option
If you use stickyHeaders and put the pager in thead instead of tfoot it is not rendering properly
Basically, I want to put the pager as the 1st row in THEAD and use stickyHeaders. When you filter or change page size, the pager seems to show the default pager options instead of the pager options inside .tablesorterPager({...});
Just move the pager HTML from TFOOT to THEAD
When you use example:
https://mottie.github.io/tablesorter/docs/example-option-theme-bootstrap-v4.html
OLD
NEW: