deleteCell

fun deleteCell(index: Int)(source)

The deleteCell() method of the HTMLTableRowElement interface removes a specific row cell from a given tr.

MDN Reference