There are a couple of things you can do.You can repeat a table like you
are repeating the table rows. So if you want multiple copies of the same
table you can use the instance manager to add more. Click on the table
and go to the Object>Binding tab and click "repeat table for each data
item"._table1.addInstance(1);(the underscore is a shortcut to the
instance manager)You can have pre-built tables that are hidden and have
them appear on a button click, etc.table1.presence = "visible";