Single Table View in a Component that displays multiple groups

Hi All,
I have a report that is on server. The user should see splits for multiple groups, one for each category by using a single table view inside a component.

Initially i made it work by having one single table view for each category but i want to make it dynamic

Hey there and welcome back!

Can you provide a minimal example of what you currently have and a sketch of what you are looking for?

This will maximise your chances of getting quality help here and will avoid misunderstandings.

1 Like

So if i have 6 rows , 2 rows lets say for each country, say US, Canada, Mexico. I want one table view to show data first for US, then it should show for canada and then it should show for mexico.This would help make it dynamic so tomorrow if i add data for argentina it will showcase data for argentina as well.
Earlier i achieved this using multiple table view but since i don’t want to pile up more and more table views i want to do this using just one.
I tried adding a group loop node and a refresh node and grouping it all under one component but it displays data for the first run and not for individual countries one by one.

image

@r_jain I have created this example where you loop manually thru a dynamic list of groups (see the animation).

To have this all in one table I will have to think about what might be possible.