drag_links

允许通过拖放创建依赖链接

boolean drag_links;

Example

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


Default value:

true Back to top