IllegalArgumentException
row
Javascript example:
if (orders.isRowInserted(rowNum)) { .. }
returns boolean
IllegalArgumentException
ifrow
is not a valid row number. Note that the inserted status is removed when #updateTable() is called.Javascript example: