Reputation: 25312
I have a usual html table and want to add ajax-paging to it (table data should be reloaded). I'm sure there should be some jQuery plugin for that :)
Upvotes: 2
Views: 9751
Reputation: 4216
In case you are interested in extending the basic HTML table's display, you can go for jquery grid plugin
the js files are available @ http://datatables.net/
This plugin provides paging, themerollers, export toolbar, sorting and filtering
Upvotes: 1