Open christianz opened 12 years ago
I added a pager for the table in fbootstrapp. Add the tablesorter to your table as usual, and a
<div id="pager" class="pagination"></div>
directly after your table declaration. Then hook it up with:
$("#my-table").tablesorter().tablesorterPager({ container: $("#pager") });
It supports the following additional options:
Check out the table-with-pager.html page in /examples for more info. Hope you can use this!
I added a pager for the table in fbootstrapp. Add the tablesorter to your table as usual, and a
directly after your table declaration. Then hook it up with:
It supports the following additional options:
Check out the table-with-pager.html page in /examples for more info. Hope you can use this!