Question

i have a page that displays large datasets into html tables. how can i add paging without having to refresh the whole page each time i change pages

Was it helpful?

Solution

Basically you just need a page for your form submission, and given the search criteria and a page number, it just returns the next page, preferably as a json result, so you can just change the cells in the current table, which will be faster to render.

It appears this is an example of what you want: http://encosia.com/2008/08/20/easily-build-powerful-client-side-ajax-paging-using-jquery/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top