Repeat row or another way ? How to?

Hi,
Do you know if a tutorial exist about repeat rows? I want to achieve the same as here : https://remote.com/country-explorer but wonder what is the best way of doing? Repeat rows? Something else?

Hello, the basics are explained here:

Instead of table add a container > row > col structure. Set the size of the col to what you need it - i.e. size 4 will add 3 cols on the same row.
Then select the row and make it a repeat children as explained in the tutorial above.

great, so the logic is the same that generator table, only the “container” is different (row vs table).
(out of curiosity) - other ways of displaying dynamic data comes to your mind?

Yes, the logic is the same. The only difference is the element you are repeating.

Not sure i understand your question here. It all depends what you want to repeat and what you need to achieve.

What is confusing to me is that in this tutorial is use table + repeat children / row + repeat children but I also see tutorial with Bootstrap table generator. When to choose one or another?

Well … the table generator is just a faster way to auto generate a table, instead of manually creating it and applying repeats to it.

1 Like