I would like to know if there are other javascript ponents that provide presentation of grid with multiple groupings. Below is a screenshot of jqGrid I extended to allow the feature however it needs all the data to be fetched. I would like that data would be loaded when the grouping is expanded.
Another modified jqGrid would be nice since it is what we've been using in our project :)
I would like to know if there are other javascript ponents that provide presentation of grid with multiple groupings. Below is a screenshot of jqGrid I extended to allow the feature however it needs all the data to be fetched. I would like that data would be loaded when the grouping is expanded.
Another modified jqGrid would be nice since it is what we've been using in our project :)
Share Improve this question edited Oct 17, 2014 at 1:35 David Gardiner 17.2k20 gold badges84 silver badges124 bronze badges asked Jun 23, 2011 at 13:59 NeverFallNeverFall 2295 silver badges10 bronze badges3 Answers
Reset to default 3Yep, Datatables does this really well.
The tutorial on how to do the show/hide details is here
I strongly remend Datatables because after trying nearly every jQuery and YUI solution out there I've realized that it has more features, better support, and the best Ajax operation I've found. As a strong bonus, it's ThemeRoller capable, which means that I can re-skin my apps in just minutes, which has made that operation incredibly profitable.
ShieldUI's Grid can also do this - it has flexible grouping, hierarchy support and and many other fancy options.
It is a very affordable solution pared to others and also es with a whole library of other useful UI widgets for charting, editing, layout, etc.
I know one free ponent that is similar to the above described grid - TreeTable. It provides presentation of grid with multiple groupings: http://docs.webix./samples/15_datatable/30_treetable/14_colspan.html. Moreover, it has a dynamic loading feature.