details_on_dblclick

通过双击任务启用打开lightbox功能

boolean details_on_dblclick;

Example

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


Default value:

true Back to top