Repeat Bootstrap 5 card help please

For the life of me I can’t get anything other that a table to work as a repeat region. Could someone please explain to me how to do a repeat region using Bootstrap cards? I have had no luck trying to figure out how to do it in version 4 using the version 3 documentation.

1 Like

Select your card and go to Dynamic Attributes and select repeaters …

And then ...

Click on repeat and set your properties in the properties panel.

For the expression click on the lightning bolt and select your server connect you want repeated.

Do I put the card inside a row inside a container? Do I have to do a repeat region on each of those or any of those as well as the card?

You can just apply the repeat attribute to the card only.

But, yes, your card should be within a normal bootstrap hierarchy. Container -> Row -> Column -> Card. But that is just normal Bootstrap design. Has nothing to do with the repeat.

Personally, depending on your design, I would apply the repeat to a column instead of the actual card. But that really depends on your design.

Have a look at

3 Likes

Thanks Brad.

Thanks Ben.