select_task

允许在甘特图中选择任务

boolean select_task;

Example

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


Default value:

true Back to top