preserve_scroll

在甘特图重绘时保持当前的垂直和水平滚动位置不变

boolean preserve_scroll;

Example

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


Default value:

true Back to top