drag_progress

enables the possibility to change the task progress by dragging the progress knob

boolean drag_progress;

Example

gantt.config.drag_progress = false;
gantt.init("gantt_here");


Default value:

true Back to top