Delete rows
Deletes multiple rows from the specified table instance.
Parameter
| Parameters | Type |
|---|---|
| rows | Array of Strings |
Syntax
let rows = ["rowId1", "rowId2"];tableInstance.deleteRow(rows);Deletes multiple rows from the specified table instance.
| Parameters | Type |
|---|---|
| rows | Array of Strings |
let rows = ["rowId1", "rowId2"];tableInstance.deleteRow(rows);