Deletes multiple rows from the specified table instance.
let rows = ["rowId1", "rowId2"];tableInstance.deleteRow(rows);