Hi All.
I button to add row of table Table1._Row1.addInstance(true);
and button to delete row Table1._Row1.removeInstance(this.parent.index);
I would like create a condition that user can delete rows only if table has more then one row. And Detete button display only if table has more then one row. How it to do?
Thanks.