Is there a jquery plugin for table paginnation and sorting support via ajax call?

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2010-04-01T05:23:43Z Indexed on 2010/04/01 5:33 UTC
Read the original article Hit count: 175

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX