details_on_dblclick

'says' to open the lightbox after double clicking on a task

boolean details_on_dblclick;

Example

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


Default value:

true Back to top