Skip to content

Delete Rows

Deletes multiple rows from the specified table instance.

Parameter

Parameterstype
rowsArray of Strings

Syntax

let rows = ["rowId1", "rowId2"];
tableInstance.deleteRow(rows);