I am trying to add a row to an empty table (no rows) and it seems that addInstance doesn't work.
table.row.instanceManager.addInstance(1);
Is there a different syntex if the table has no rows?
Thanks
I am trying to add a row to an empty table (no rows) and it seems that addInstance doesn't work.
table.row.instanceManager.addInstance(1);
Is there a different syntex if the table has no rows?
Thanks