drag_move

允许通过拖放操作重新定位任务

boolean drag_move;

Example

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


Default value:

true
See also
Back to top