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?
|
feedback
|
closed as not constructive by casperOne♦ Jan 25 at 21:00
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
protected by Community♦ Nov 22 '11 at 20:04
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
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 are 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. | |||||||||||||||||||||
feedback
|
|
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). | |||||||||||||||||||
feedback
|
|
The only real implementation of grids for jQuery is http://github.com/mleibman/SlickGrid/. Everything else are nicely styled tables with additional options. Edit: It seems that jqGrid also has loading while scrolling feature from version 3.6, which is IMHO the crucial feature for grid implementations. | |||||||||||||
feedback
|
|
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 with the Flexigrid using LINQ to Reflection. Some other grids that you might want to check out are | ||||
|
feedback
|
|
There are too much options that you can try
| ||||
|
feedback
|
|
The jQuery UI team announced to have their own jQuery grid plug-in ;-) Have a look in Unleash The Grid. | |||||||||||||
feedback
|
|
Honestly I think jqGrid is currently the best option, as of the latest version. It's pretty easy to inject a form outside of the jqGrid stuff, and the addons are well broken out, as is the localization configuration. The current version works well for pre-manipulation of an XHR request before loading it into the grid itself. I was using it in a project back in March (2009) and there were some frustrations. All of my prior frustrations have been resolved, save for one. It doesn't automagically size itself to it's parent jquery-ui container, this is pretty easily resolved with a call to a sizing method via the windows resize events, and when the page first loads. The fact that it requires a separate "pager" tag in the markup seems a bit odd as well. It doesn't support multi-row results (haven't seen any grids that really do), but it does support a subgrid (similar functionality) which can be useful. Most of the other grids listed are either no longer maintained and are no longer valid options. I know this question is well over a year old, which is why I am making this answer/post. | |||
|
feedback
|
|
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. | |||
feedback
|
|
I hope it's not too much self advertising, but I found the above solutions (which are really great) hard to fit into my design. So I build my own, which is, IMHO, easier to style according to your wishes - I recently released it to the masses. It's not exactly a grid (it can be one) but well a view. MicroView: Check it out here. | |||||||||
feedback
|
|
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? | |||||||
feedback
|
|
If you look for a CRUD datagrid for ASP.NET MVC there is one in my MVC Controls Toolkit. It allows editing in place, deletion insertion, sorting, undo of all changes not yet committed, and can be synchronised with a companion Ajax enabled detail view helper. It doesn't require any call to JSON action method or web service but directly updates a collection that is passed to the controller. Sorting is returned as a list of lambda expressions that can be immediately used in a LINQ query. At MVC Controls Toolkit 1.1 RC you can download a complete example that also includes a database. While in MVC Controls Toolkit you can see a picture of the grid working. You can find tutorials in Defining MVC Controls 3: Datagrid, Sorting, and Master-Detail Views and in Defining MVC Controls 2: Using the DataGrid. | ||||
|
feedback
|
|
If you are using ASP.NET MVC Telerik has a free jQuery grid control. | ||||
feedback
|
|
I worked with jqGrid. It is pretty cool and has a lot of features. It is much more powerful than Flexigrid. The drawback is that it is hard to customize the user interface (such as it depends on jQuery theme - but it is related to all jQuery UI widgets). Data Tables is also a good option (cool and simple in use). | ||||
|
feedback
|
|
By the way the Telerik Extensions for ASP.NET MVC is only free for non-commercial use or for OSS projects. For commercial use you need a developer license which are priced 999$/license. | |||
|
feedback
|
|
Check out tQuery. It's not a grid, but it has similar features like table sorting, filtering, cell editing, pagination, many effects and you can also fully customize the skin. It's not free either, and it costs a few $ to buy me a coffee ;) *Disclaimer: This is my script. | ||||
|
feedback
|
|
I've always used dataTables, and I still find it very easy to use. I think that dataTables is perfect for "showing" data (filtering...), but it can be used in a grid-like fashion if combined with jEditable as shown in this DataTables editing example . The best option for datatable is to also use the Key Tables plugin and have a truly "Excel-like" experience as shown in KeyTable editing example . | ||||
|
feedback
|
|
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). | |||
|
feedback
|
|
I'm surprised nobody has mentioned Ext. Their grid is tremendous, and the API is very intuitive. | |||||||||
feedback
|
|
I'm waiting for jQuery UI Grid, which should be coming anytime soon. | ||||
|
feedback
|
|
Yahoo User Interface datatable and datasource is a much more robust solution. I've used jqGrid and DataTable...YUI grid wins hands down. | |||
|
feedback
|
|
Flexigrid seems nice, however, it (as well as jGrid) seems to alter the underlying HTML so that it will no 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. | ||||
|
feedback
|
|
I have tried Flexigrid. But it seems that updates are no longer provided. I am using Sigma grid, which is not a jQuery plugin, but it's also an open source one. It can work well with jQuery. | ||||
|
feedback
|
|
I'll have to second Sonor. The grid with Telerik stuff is nice, efficient and supported. If you're doing anything that is commercial I'd use that. | |||
|
feedback
|
|
a simple jQuery Scrollable Table Plugin | ||||
|
feedback
|
|
I believe flexible grid and jqGrid are outstanding in term of jQuery. I recommend the latter, because it seems that the author of flexible grid stopped upgrading any longer. I am also using Sigma grid, which is not built on jQuery, but it is compatible with jQuery. Most important, it could be used freely under the LGPL license. | ||||
|
feedback
|
|
Try the jQuery grid from iX Framework. It has a grid with grouping, filtering, sorting, column show / hide. And it includes a charting component, form with validation, windows and a lot of field types. | ||||
|
feedback
|
|
I'd vote for flexigrid too. It's fast an lightweight. Maybe you can also have a look at www.flexigrid-asp.net It's an ASP.NET customized version, with documentation and lots of examples. | |||
|
feedback
|
|
Perhaps Google Web Toolkit, not my favorite though | |||
|
feedback
|