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
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
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
Thanks. It helped!