I would like to know if there are other javascript components 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 :)

http://i.stack.imgur.com/vZaXG.png

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Yep, Datatables does this really well.

The tutorial on how to do the show/hide details is here

I strongly recommend 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.

link|improve this answer
will check it out :). for the mean time, I just used tree grid since I'm out of time >.< (p.s. says needs 15 rep when I click the up button o_o) – NeverFall Jun 26 '11 at 15:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.