mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Collapsing/Grouping two or more columns of row #1057

Open jrohit opened 9 years ago

jrohit commented 9 years ago

I was trying apply collapse in my applications slickgrid. Collapsing for single column is doable but now I've a row in which more than two columns are having sub data.

For Details please see https://stackoverflow.com/questions/29205132/displaying-sub-data-rows-inside-a-row-in-slickgrid-table

Could you please suggest whether this can be achieved with SlickGrid and if yes how?