With responsive engine how does one show all rows in a repeating group nested inside another repeating group

Hello,

I’m having trouble accomplishing what’s shown below with nested repeating groups. I need to be able to show all related rows, and have the parent RG grow and shrink accordingly. With the old editor it was a simple task, but can’t figure it out with the new way. I’ve searched the forum but the only explanation i could find for this was pre-responsive engine.

image
Thanks for any help provided.

George

Set the parent repeating group to be of type ROW. With no minimum height and no maximum height.

Give each row a min height of zero.

Then within the cell drop in a group as a row container with no min height or max height. See screenshot below. You can add some gap spacing and change the design etc.

Then drop in your text and next to that add in your child repeating group (the one with each of the items). This one should have no min max height either. Then give the row a min height of zero;


This should give you this result:

1 Like

Hi @foraanyas

That worked. Thanks so much for your help!
George

1 Like