Consider my table with ten rows and i want to show first three rows in page1 and so on... How to paginate a table using jquery? Any good plugin....
A:
Brendan Enrick
2010-06-04 12:51:36
+1
A:
There's also Pajinate.
You can also just go to the plugins section of jQuery site and search keywords you're interested in.
R0MANARMY
2010-06-04 12:54:03
+1
A:
There are plugins to do this:
- http://plugins.jquery.com/project/pagination
- http://beckelman.net/demos/jqueryTableSorterConPaging/default.aspx
Also, there is a good tutorial here which covers all kinds of table manipulation in jQuery including pagination: http://www.packtpub.com/article/jquery-table-manipulation-part1
brendan
2010-06-04 12:56:02
+4
A:
You can use the Tablesorter plugin, with its accompanying pagination plugin.
Ken Redler
2010-06-04 12:56:04