initial_scroll

sets whether the timeline area will be initially scrolled to display the earliest task

boolean initial_scroll;

Example

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


Default value:

true Back to top