IllegalArgumentException
row
A row can be marked as deleted by the user by:
Note that the deleted by the user status is removed when #updateTable() is called.
Javascript example:
if (tables.ORDERS.isRowDeletedByUser(rowNum)) { .. }
returns boolean
IllegalArgumentException
ifrow
is not a valid row number.A row can be marked as deleted by the user by:
Note that the deleted by the user status is removed when #updateTable() is called.
Javascript example: