I want to implement this “Block” so that it reflects information from a database.
When the user scrolls down it must repeat, so that the data per “Person” in the database can be reflected onto one single block.
How can I make it that the block repeats itself?
- If you have any resrouces for me to read on this topic please link them below. I am NOT asking for you to write my code. I am just asking for tips on how to do this the most efficient way.
- Can I group the design of this "block" into a block so that when there are more records that it will take this block and put the data on the "block".
When the user scrolls down it must repeat, so that the data per “Person” in the database can be reflected onto one single block.
How can I make it that the block repeats itself?
- If you have any resrouces for me to read on this topic please link them below. I am NOT asking for you to write my code. I am just asking for tips on how to do this the most efficient way.
- Can I group the design of this "block" into a block so that when there are more records that it will take this block and put the data on the "block".
Attachments
Last edited: