TableEditor.unsetActiveDragHandles method
TableEditor › unsetActiveDragHandles
Unofficial
Hide the drag handles belonging to a cell's row and column.Signature:
unsetActiveDragHandles(cell: TableCell): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell whose handles to hide. |
Returns: void