views:

318

answers:

1

I have a large report currently rendered as a regular HTML table. I'd like to be able to group columns together and expand/collapse them with a button.

This is a very common practice for rows but not so much for columns. I was wondering if anyone has any tips for doing it with columns.

My stack includes jquery so that's available to you (though certainly not required!).

+3  A: 

Use the columnManager plugin. Can't be easier.

codehead
+1: love it, thanks!
Michael Haren
Could you please click the check box to accept this answer :P
fudgey
Accepted (I was holding out to see if other answers would come in...)
Michael Haren