Hello,
I'm trying to achieve the following result:
I'm creating my columns and column groups dynamically at runtime.
The thing is, say I'm creating columns in that order:
- Column0, GROUP0
- Column1, GROUP1
- Column2, GROUP0
- Column3, GROUP1
This will result in the following:
How to achieve the result shown in the first screen? (here column0 and column2 would be in GROUP0 and column1 and column3 in GROUP1)
I only want unique column groups, otherwise it doesn't quite make sense.
Thanks!