How to merge cells in flex?
I need the solution for merging the cells in a flex. How we can merge a row in a cell which contains the six columns? What will be the procedure for grouping these cells. Â
Â
I need the solution for merging the cells in a flex. How we can merge a row in a cell which contains the six columns? What will be the procedure for grouping these cells. Â
Â
When it comes to merging cells, Flex does not provide that service directly. There are a few options that you can use, but for whichever option you choose to use, you will need to arrange the data in a hierarchical model.
Option 1:
Option 2:
You may wish to always have the data show not only when the parent is expanded.
In such a case, you will need to use a hierarchical model, but then you will need to create a custom item renderer that will stand for all of the children data for one parent object.
Hope this helps.
Regards,
Carl
Â