I have a dynamic table with add/remove buttons, and I want to make any empty rows automatically delete in the validation process. However, when I use this._Row1.removeInstance(x) (x is gotten from previous data) it doesn't remove the row. It does however seem to delete the data in that row.
How can I make it delete the actualy row?
And in case you're wondering, the process to determine whether the row is beind detected as being empty is working properly.
Thanks.