select_task

enables selection of tasks in the Gantt chart

boolean select_task;

Example

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


Default value:

true Back to top