Closed
Description
Hi,
Am using mutiple tbody grouping and pager together and uses class="tablesorter-no-sort" to exclude the row count (group heading ) in paging this work fine when we a single page ,
here i show 50 records per page , when i have 25 records , the group heading is excluded in paging ,with the same code when the records gets above 50 , the group heading also included in paging .
<tbody class="tablesorter-no-sort overdue" id="heading_0" style="">
<tr id="0_0" style="">
<th colspan="8" align="left" style="padding-left:10px">Over Due</th>
</tr>
</tbody>