insertCell

fun insertCell(index: Int = definedExternally): HTMLTableCellElement(source)

The insertCell() method of the HTMLTableRowElement interface inserts a new cell () into a table row () and returns a reference to the cell.

MDN Reference