views:

83

answers:

5

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: 

In short, yes.

There is a plugin for jquery pagination.

It has Instructions and a Demo.

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

There are plugins to do this:

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

You can use the Tablesorter plugin, with its accompanying pagination plugin.

Ken Redler
+1  A: 

I prefer this one datatables.

tzim