After going through a lot of options to select the best jQuery table/grid plug-in, I’ve finally chosen jqGrid.
It has a lot of flexibility and built-in options for most of the common requirements, such as.
- Sorting
- Pagination
- Search (on both client and server)
- Filters
- In-line editing
- Live syncing with server
- Categories within tables (grouping into sub-tables)
- and much more…
You can view a live demo of the jQuery table plug-in here. It’s free, open-source and actively maintained. It uses jQuery UI, so you can change the theme easily to match with the rest of your application.
Here is the project home page where you can get downloads, documentation and updates.