How to build a Masonry Grid

I know a repeating group could do this, but is there a way to do it with a normal group?

Currently, I have a data type with multiple fields. I want to display those fields into a masonry grid. But of course it is not a list of things, so I cannot display all the fields into a RG (unless I am wrong).

Any easy way to do this?

just put groups within the group and use fit to width or max widths then the groups will stack like a masonary based on the widths. you’ll also want fit to height or max heights

2 Likes

I f you don´t have a list of thing cant you then make it static either way and go with the container approach?

Not for the RG. It does not even show up on preview screen without being a valid list. Unless I did something wrong.

This topic was automatically closed after 70 days. New replies are no longer allowed.