TableEditor.createDragHandle method
TableEditor › createDragHandle
Unofficial
Add a row or column drag handle to a cell.Signature:
createDragHandle(cell: TableCell, type: "col" | "row"): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell to add the handle to. |
| type | "col" | "row" | Whether the handle drags a row or a column. |
Returns: void