I know how to create Grouped Table, my basic understanding is that
- first we need to set no of sections
- then no of rows in each section
- then actually row/cell creation based on section
So what's wrong with me:
In my application at run time I can have Zero or maximum 3 sections.
I have 3 different array, based on their count I create sections.
Row layout is different in each section, for say
- section 1 row has 2 labels
- section 2 row has 2 images
- section 3 row has 3 labels
I was bit confused to render my data in grouped table. any help or any idea would be helpful.
- first we need to set no of sections
- then no of rows in each section
- then actually row/cell creation based on section
So what's wrong with me:
In my application at run time I can have Zero or maximum 3 sections.
I have 3 different array, based on their count I create sections.
Row layout is different in each section, for say
- section 1 row has 2 labels
- section 2 row has 2 images
- section 3 row has 3 labels
I was bit confused to render my data in grouped table. any help or any idea would be helpful.