Row Grouping in dataTable

Hi
I want to create a datatable with multiple hierarchy and grouping.
Have a look at this example:

How can I achieve something like this using webix.

Hi,

You may have a look at webix treetable: http://docs.webix.com/samples/15_datatable/30_treetable/14_colspan.html.
It has a lot of grouping options.

Hi
Treetable doesn’t give the given UI.
It gives trees. We need the UI of a datatable with spans and grouping.

You can create a structure similar to the one on screenshot with help of datatable, but groups will be static - you will not be able to collapse and expand them by clicking on plus and minus icons.

If you need the ability to collapse and expand groups - you need to use treetable
http://webix.com/snippet/727d0c9a

http://www.google.com/imgres?imgurl=http%3A%2F%2Fwww.componentone.com%2Fnewimages%2FProducts%2FScreenShots%2FOLAPSilverlight%2FOLAPGrid_Subtotals.png&imgrefurl=http%3A%2F%2Fwww.componentone.com%2FSuperProducts%2FOLAPLightswitch%2F&h=569&w=944&tbnid=PTW9g1WHJxHzIM%3A&zoom=1&docid=o2W6UK3VcgzH7M&ei=DvNqVLLzBsf-ugSynYDQAQ&tbm=isch&ved=0CCIQMygGMAY&iact=rc&uact=3&dur=245&page=1&start=0&ndsp=15

hi, the snippet was very helpful but their is a complete row that is left blank after "groupA"can we place “subgroup 1” just after “group A” and “c” & “d” values following “subgroup1” , like in the above link taking just “Canada” , it has a rowspan of 9 and “andrew fuller” in that can be expanded with a row span of 2 with the data .

You can include any extra data in the group row, please check

http://webix.com/snippet/aaa3fe75

Thanks. It helped!