details_on_dblclick

작업을 더블 클릭하여 라이트박스를 열 수 있도록 설정합니다.

boolean details_on_dblclick;

Example

gantt.config.details_on_dblclick = true;
 
gantt.init("gantt_here");


Default value:

true Back to top