I need a table plugin that does the following
- Uses json and html table as the datasource
- supports pagination
- can specify how many rows to show by the user(i.e user can change rows per page)
- sorting of columns
- searching (complex searching options is welcome)
- free for commercial projects
- dynamic addition/deletion
- refresh option
Finally the main requirement is searching, sorting,pagination all needs to happen client side. No server interaction needed.
One more thing dont know if possible say i have 1000 records i want 100 to show up initially in 10 pages (i.e 10 each in 10 pages) only when user clicks on page 11 it fetches next 10 from server
Thanks
The jQuery DataTables are really pretty, and easy to use. http://www.datatables.net/ Lets you roll your own theme super easy. You can build from html or ajax.