views:

459

answers:

3

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
+1  A: 

YUI also has a very easy to use client-side pagination control.

Calvin
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