Expand my Community achievements bar.

Deleting all rows

Avatar

Level 3

Hello All,

I have a question about removing rows. Is there a script that can remove all rows that are added?

1 Reply

Avatar

Level 10

Hi there,

you simply can add a new row at the beginning with the insertInstance method

and then set the instances to 1 with the setInstances method

Try the following :

Table1._Row1.insertInstance(0);

Table1._Row1.setInstances(1);