deleteCell

fun deleteCell(index: Int)(source)

Removes the specified cell from the table row, as well as from the cells collection.

Parameters

index

Number that specifies the zero-based position of the cell to remove from the table row. If no value is provided, the last cell in the cells collection is deleted.

MDN Reference