deleteRow() deleteRow() removes a row from the table. Syntax table.deleteRow(index) Parameters index is a number representing the row that should be deleted. Example mytable.deleteRow(1); // delete the second row Notes None. Specification deleteRow()
deleteRow() removes a row from the table.
table.deleteRow(index)
index is a number representing the row that should be deleted.
mytable.deleteRow(1); // delete the second row
None.
deleteRow()