deleteRow

fun deleteRow(index: Int)(source)

Removes the specified row (tr) from the element and from the rows collection.

Parameters

index

Number that specifies the zero-based position in the rows collection of the row to remove.

MDN Reference