Table.updateTable

Updates the external resource specified as the backing resource for the table with the table data, deleting, inserting, and updating rows as required. Any rows flagged as empty are ignored and are not written to the external resource. All internal row numbers are reset. The current row (see #getCurrentRow()) may be changed by this command.

Further documentation.

Javascript example:

 tables.ORDERS.updateTable();