I have a table with the following row:The structure in the Hierarchy
panel is:To add another row to this table I use the following on the ADD
button: previousNames.Row1.instanceManager.addInstance(1); To remove a
specific row from this table I use the following on the REMOVE button:
previousNames.Row1.instanceManager.removeInstance(this.parent.parent.index);**using
.removeInstance(1); removes a row but not the specific one selected**To
add or remove an entire section, eg a complete table:Wrap th...