scroll_on_click

specifies whether the timeline area shall be scrolled while selecting to display the selected task

boolean scroll_on_click;

Example

gantt.config.scroll_on_click= false;
gantt.init('gantt_here');


Default value:

true Back to top