When the table is backed by an external resource such as a database, the row will be deleted from this resource when a subsequent #updateTable() method is invoked.
Javascript example:
var deleted = tables.ORDERS.deleteRow(rowNum);
returns boolean
When the table is backed by an external resource such as a database, the row will be deleted from this resource when a subsequent #updateTable() method is invoked.
Javascript example: