drag_move

enables the possibility to move tasks by drag-and-drop

boolean drag_move;

Example

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


Default value:

true
See also
Back to top