Fill Cells in Table

I’m creating an activity in which students fill a table on one screen, then a few screens later need to use that information. To avoid having them flip back and forth, I want to take some of the content from that first table (we can call it table1) and put it in specific cells in the second table (which we can call table2). I know how to pull the content from table1, but how do I then input it to specific cells in table2?

cellContent(1,1): othertable.cellContent(1,1)

Sinks need to be filled in the CL that belongs to that component, so this needs to be in the CL for the new table.

The cell in the new table will not be editable.

1 Like