How should I implement a table of 15 by 15 cells if I plan to dynamically update the cells individually?
I began creating the table in my main.xml, but I don’t want to describe the table with 15 TableRow elements and 15 elements in each of those all in one body of code. I feel like even putting just the table itself in a separate file is too bulky. It is possible to create a file of a row and and a file of a table including the row 15 times and dynamically assign different IDs to each cell?
You could do comething like: