Skip to content

TableEditor.removeChildren method

TableEditor › removeChildren

Unofficial

Unload the child components of a cell.

Signature:

removeChildren(cell: TableCell): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell whose children to remove.

Returns: void