1
Creating a table with repeated item
complete
M
Munus Munus
While trying to create a "table" using containers and rows, I've faced issue on adding currently repeated property since it appears in grey and I cannot choose it
Code is a property of my schema created from a JSON and I've not issue using it in a list item.
I've tried to change its property from string to array of string but same behaviour

Log In
Activity
Newest
Oldest
Kristian Gerkman
complete
M
Munus Munus
No. Please mark it as completed
Kristian Gerkman
under review
Kristian Gerkman
Hey @Munus Munus, are you still having issues with this one?
H
Harri Sarsa
I assume you are repeating the Row itself?
"Repeat with" in this context would mean that you are repeating the Cell based on a nested array – to access the actual properties of the repeated item, you would add e.g. Text component inside the cell and bind e.g. the text content to your property.
Or am I missing something here?
What if you do not use a Row but instead a Container with Horizontal layout and another Container inside it? Could be there's a real bug repeating a Cell in a Row (it's a bit ambiguous how it should it work in relation to the other cells in the row and the cell configurator); probably should disable it...
M
Munus Munus
@Harri Sarsa: I've tried with container and same behaviour
As you can see i've created two containers and put text inside.
Repeated is not avaliable for code (grey)
