Avatar

Correct answer by
Level 10

HI there,

A row cannot be set to 0 instances, if you want to remove a row, you will have to hide it using its presence property...

But if you are using 1 table for 16 different rows, why are you not setting the table with dynamic rows and have an initial count to 16, then you could remove any rows you want with the removeInstance method

View solution in original post