Reputation: 11
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
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