What are the most recommended jQuery grid plugins out there? I've been messing around with Flexigrid which seems to be fairly decent. Are there any other noteworthy ones out there I should be looking at?
|
24
|
|
|
|
|
|
I am also looking for a grid to use in a jQuery project I am working on. Below I have summarized my findings so far. The best entries in my opinion is Flexigrid and jQuery Grid (1st & 2nd in list). The others are included for completeness.
I like the jQuery Grid (#2 above) better than Flexigrid mostly because it supports editable cells, and has very good documentation and samples on the website. |
|||
|
|
|
|
Personally I like the Flexigrid. It is professional looking and I like the feature set. I have seen others, but I think they don't look all that good or their features are so-so. I did a blog entry on how to use c# 3.5 w/ the Flexigrid using LINQ to Reflection. Some other grids that you might want to check out are |
|||
|
|
|
|
Perhaps Google Web Toolkit, not my favorite though |
||
|
|
|
|
Flexigrid seems nice, however, it (as well as jGrid) seems to alter the underlying html so that it will not longer work with tablednd (if you want to drag rows around). That led me to write my own simplistic plugin , which I plan on sharing with the world shortly. |
||
|
|
|
|
So far Flexigirid seems to be the most aesthetically pleasing and functional option (rare to find both in one offering). The only downside I've found so far is that it doesn't offer all of its functionality for every data source it supports (most of its more advanced features like sorting, pagination, etc. seem to only work when it's pulling data via JSON+AJAX and not when it's working with a standard HTML table). |
||
|
|
|
|
Yahoo User Interface datatable and datasource is a much more robust solution. I've used jqGrid and DataTable...YUI grid wins hands down. |
||
|
|
|
|
I've been using jqGrid, and whilst it's reasonably easy to use, easy to setup and intuitive, it's lacking a very basic feature - support for CSS styling (columns, rows or cells), which to me is a glaring oversight, and means I'm looking for a better alternative. Does Flexigrid offer this? |
||
|
|
|
|
After trying jqGrid and Ingrid I have found DataTables to be my grid of choice. It is clean, easy to customize and has good documentation. jqGrid definitely has the most features but there wasn't an easy way to customize the UI since all the html formatting is intertwined with the logic. Also there is inconsistent naming conventions and methodology when setting up the config. For example, most variable names are written in all lowercase letters but a few use camelCase (this cost me about an hour of my life). When using Ingrid I was experiencing some odd rendering issues. You couldn't put it inside of a div that is set to position relative because some elements of the grid are rendered against the window size and some are rendered against its parent. That along with some other little quirks made it not seem ready for prime time. |
||
|
|
|
|
I Tried jQuery Grid and Flexigrid; they are good, but Flexigrid doesn't have enough examples, and jQuery Grid is a bit heavy. Here are some other jQuery Grid plugins :
Personally I prefer jQueryGrid (because of its features), and Datatable (because of its simplicity) . Note: jQueryUI has plans for Grid plugin : http://jqueryui.pbworks.com/GridTable |
|||
|
|
