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