select_task

간트 차트에서 작업을 선택할 수 있도록 합니다

boolean select_task;

Example

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


Default value:

true Back to top