Expanding cells in repeating group possible?

Is it possible to expand a cell in a repeating group to show more info? I have a list of customers and when the down arrow is clicked I want the cell to slide open to reveal customer info.

fuzzy

Yes, you can achieve this by adding a Group inside of the cell of the RG that’s hidden on page load. Whenever the User clicks the Users name, you toggle that group.

Make sure to check Collapse this element’s height when hidden on the Group to make sure it doesn’t take up any space when invisible.

Thanks!

1 Like

@petter

I have set up a repeating group in the way you suggest, and it works. Group Row 1 is visible on page load, while Group Row 2 is not, and the height is collapsed.

However, the RG briefly shows the extra space (Row 2) on the page load before collapsing. Is there a way to prevent this? I tried reducing the height of the RG to the height of Row 1 only, but that didn’t work.