Hey guys, I am trying to get all records into a card group just as it occurs with a table…
I want the card group to contain cards with the query output… The card is showing one record repeatedly and I don’t know the reason for this…
I think you have to use input from the repeat1 and not from Server Connect
Thanks I have already gotten it to work using the query from the repeat data binding.
But I have an issue now, how do I split the cards into groups? Just like 4 cards per row with the output query…
The query continues in one row and it is very long and stacked together
It makes the project not to look responsive in desktop view but looks responsive in mobile view
Add a row to the container. Add a column to the row. Put the cards in the columns. Better would be to make the columns repeat instead of the cards.
4 Likes
Okay I’ll try that right away and give you an update
It worked! Thanks… Now the cards are responsive!