preserve_scroll

preserves the current position of the vertical and horizontal scrolls while re-drawing the gantt chart

boolean preserve_scroll;

Example

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


Default value:

true Back to top