drag_resize
Description
Enables the possibility to resize tasks by drag-and-drop
drag_resize: boolean
Example
gantt.config.drag_resize = false;
gantt.init("gantt_here");
Default value: true
Details
Check the related section in the CSS Documentation article to know how to disable resize handles for all tasks.
Check the Dragging Tasks within the Timeline article for details on the finer control of resizing operations, namely:
- Disabling resize of specific tasks
- Which side of a task is being resized
- Disabling resize of the start or the end date of a task