Expand my Community achievements bar.

Remove row from the bottom of a table

Avatar

Level 4

How do you remove a row from the bottom of a table right now I have 2 buttons (one to add a row and one to remove a row)

if I input numbers in the rows:

1

2

3

4

It deletes from 2 how can I delete from 4

For the add row button script -  Table1._Row1.addInstance(1);

For the remove row button script - Table1.Row1.instanceManager.removeInstance(1);

Thanks in advance

2 Replies