Skip to content

TableEditor.createDragHandle method

TableEditor › createDragHandle

Unofficial

Add a row or column drag handle to a cell.

Signature:

createDragHandle(cell: TableCell, type: "col" | "row"): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell to add the handle to.
type"col" | "row"Whether the handle drags a row or a column.

Returns: void