ParamQuery – Dynamic Grids With jQuery
10
Jan
// php the_time('Y') ?>
When displaying the data inside a grid, Excel-like interfaces are probably the most standard way to do it.
ParamQuery, a jQuery plugin, enables us to present the data in a similar way with lots of options.
The records can be sorted or paginated, columns can be resized, hidden and it is possible to edit data inside cells with inline-editing.
There is support for infinite scrolling which is nice when loading lots of records.
It is capable of loading the data from any format like HTML, Array, XML, JSON, etc. and can be used with any scripting language.
Also, its look and feel can be changed with ease (theming support) and a powerful API exists for interacting further.
Requirements: jQuery and jQuery UI
Compatibility: All Major Browsers
Website: http://paramquery.com/
Demo: http://paramquery.com/demos
Download: http://paramquery.com/download
Compatibility: All Major Browsers
Website: http://paramquery.com/
Demo: http://paramquery.com/demos
Download: http://paramquery.com/download
- Tags:
Excel Grid
- Filed under: Browsing, Goodies, MIT License
- 2 Comments












2 Responses for "ParamQuery – Dynamic Grids With jQuery"
Please check out 2 more demos to perform add, update, delete and search operations.
http://paramquery.com/demos/search
http://paramquery.com/demos/crud
Please check out infinite scrolling demo with 1 million records
http://paramquery.com/demos/infinite
Demo for row hover /selection style
http://paramquery.com/demos/rowhover