Please tell me if I chose the right approach or are there other options?
I receive an array of objects from the server.
According to the task I have to place each object of the array in the table cell
How many objects will come I don’t know, I just mean that they all have the same structure and that they should be placed automatically.
I chose the path - stack view Is there any easy way to automatically generate their number?
And whether I think correctly...
I need to create 1n total stack in the cell and transfer new stack to inside
there is response from server
https://jsoneditoronline.org/?id=9ebed4100d4d4db49aab728a16ac693d
each array must be a cell
inside each array - the array is a data set that should be automatically insert .... maybe in the stack?