What are the best libraries available right now for client side pagination?
+3
A:
jQuery Tablesorter is a good choice because you usually want a table with sorting when you're displaying data, and it also has pagination built in, so you get the whole shebang.
Paolo Bergantino
2009-04-06 22:18:03
A:
This one is fairly good too and works with HTML tables without expecting a table model. Comes with both pagination and sorting.
http://www.frequency-decoder.com/2007/10/19/client-side-table-pagination-script
Edit: Having now used the "jquery tablesorter" script, I have to say it is better than the "client-side-table-pagination-script".
Thimmayya
2009-07-07 23:36:27