How to achieve Node sharing multiple groups with TableLayout?

Below is my requirement. Please let me know if there is any possibility to implement.

Thanks
DastagiriReddy

A Node cannot be contained in more than one Group, so the only way to do that is not to use Groups at all. See for example: Shared States

You should be able to set columnSpan (and/or rowSpan, if you want) on each Node. We should create a TableLayout sample that doesn’t use Groups at all.

Thanks for your reply.