views:

140

answers:

2

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 :)

+1  A: 

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

balalakshmi