bijin
bijin

Reputation: 254

Is it possible to create table with pagination in jquery mobile?

I want to create a table with 100 rows and 4 columns in jquery mobile.Is it possible to create such a table in jquery mobile with pagination?

Upvotes: 1

Views: 3159

Answers (1)

Prasanna Aarthi
Prasanna Aarthi

Reputation: 3453

You can use plugins for pagination of table with jquery, check out this link http://gabrieleromanato.name/jquery-easy-table-pagination/

It also has a working jsfiddle demo..

Upvotes: 4

Related Questions