drag_progress

允许通过拖动进度旋钮来调整任务进度

boolean drag_progress;

Example

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


Default value:

true Back to top