Displaying a list of objects

I have a list of objects(there all the same object),each with 5 properties. How would I display them in a list format so that I could keep adding objects?

Can you give an example of what your data structure looks like? A screenshot?

How do you want to display them? In a visual ‘card’ format? like a news feed ?

I would personally put the objects into a table and hook the table up to a DVL in order to do this. There are a few other approaches I’m sure.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.