drag_lightbox

enables the possibility to drag the lightbox by the header

boolean drag_lightbox;

Example

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


Default value:

true
See also
Back to top