Using two tablesorter in a site, the initial pagesize is not set using this code:

$("#pager2 .pagesize").val(12);
$("#bookings-table")
.tablesorter()
.tablesorterPager({ container: $("#pager2"), size: 12});

by removing the first table pager, the initial setting to pager2 is applied. How can be handled a multiple tablesorter. Is there any example.

regards

Comments

ahofer’s picture

is the use of 2 different page-sizes in a page a restriction.

VM’s picture

I suggest asking the module specific questions in the issue queue of the project in question.