deleteRow

fun deleteRow(index: Int)(source)

The deleteRow() method of the HTMLTableSectionElement interface removes a specific row (tr) from a given section.

MDN Reference