TableEditor.removeChildren method
TableEditor › removeChildren
Unofficial
Unload the child components of a cell.Signature:
removeChildren(cell: TableCell): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell whose children to remove. |
Returns: void