Skip to content

TableEditor.unsetActiveDragHandles method

TableEditor › unsetActiveDragHandles

Unofficial

Hide the drag handles belonging to a cell's row and column.

Signature:

unsetActiveDragHandles(cell: TableCell): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell whose handles to hide.

Returns: void