Skip to content

TableEditor.setActiveDragHandles method

TableEditor › setActiveDragHandles

Unofficial

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

Signature:

setActiveDragHandles(cell: TableCell): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell whose handles to show.

Returns: void