Data grid / Table

Hi everybody,
I would achieve to create a sort of grid/table able to represent my collection retrieved from a REST call
My Collection is:
A
B
C
D
E
F
G

and i would this list to be represented in my app like this
A B C
D E F
G

Anyone knows how to do this?
Please help me I’m struggling to find out a solution

Sure! This is easily achieved by containers. Add two containers inside one another and repeat the inner one over the data you want. Then in the outer container, set it to horizontal and to wrap its contents. See images below :slight_smile: For it to look pretty, set your inner container to a pre-defined width/height, I used 33% as width here and 100px or similar as height.

Screenshot 2020-07-10 at 11.13.16

It worked like a charm!!! Thanks!!!

1 Like