user3244376
user3244376

Reputation: 11

Table Pagination of large data using Jquery

I am developing an application where table will be created dynamically from list using <c:foreach>. Some times data will be around 12000 .I have used so many pagination plugins

footable.paginate.js  
jquery.ingrid.js  
pagination.js  

but it is taking more time and browser is crashing.
Please suggest me with good table pagination plugin

Upvotes: 0

Views: 1408

Answers (1)

parth.hirpara
parth.hirpara

Reputation: 542

I used DATATABLE PLUGIN in my application. It provide pagination and sorting of coloumns. This may help you http://datatables.net/

Upvotes: 3

Related Questions