Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
Table
.setRowEmpty
Sets the
empty
status for the specified row. Rows marked as
empty
are ignored by the
#updateTable()
method. Throws an
IllegalArgumentException
if
row
is not a valid row number.
Javascript example:
tables.ORDERS.setRowEmpty(rowNum, false);
Parameters
int row, boolean empty,
IllegalArgumentException
ifrow
is not a valid row number.Javascript example: