Closed
Description
The pager plugin does not take account of child rows, basing it's calculation for the number of pages and how many rows to put on each page by the rows array. Since child rows are added to their parent, they get missed in these calculations.
This is easily seen by adding class="tablesorter-childRow"
to some of the rows in http://jsfiddle.net/Mottie/4mVfu/1/. For example, if I add the class only to the <tr>
for Student02
, it shows 11 students on the first page, with a page size of 10.