deleteRow

fun deleteRow(index: Int)(source)

The HTMLTableElement.deleteRow() method removes a specific row (tr) from a given table.

MDN Reference