Is there a jquery plugin for table paginnation and sorting support via ajax call?
- by Ethan
I am looking for a jquery plugin for table paginnation and sorting (and search/filtering hopefully). Datasource could be obtained locally or via ajax call.
Hopefully comes with most of the features of this script:
http://www.leigeber.com/2009/11/advanced-javascript-table-sorter/
Here is the demo of this script:
http://sandbox.leigeber.com/tinytablev3/index.html
The problem with this script is that it only support local datasource.