Type Editor / @type-editor/tables / columnresizing/column-resizing/handle-mouse-down
columnresizing/column-resizing/handle-mouse-down
Functions
| Function | Description |
|---|---|
Handles mouse down events to initiate column resizing when clicking on an active resize handle. Sets up event listeners for mouse movement and mouse up to handle the drag operation. During dragging, the column width is visually updated. When dragging completes, the final width is applied to the document. |