The scrollDelayCells property (number) specifies the debouncing delay that is applied by the JavaScript Gantt Chart to cell rendering during scrolling (in ms).
When the value is set to 0
, the cells will be rendered synchronously.
0
{
scrollDelayCells: 50,
// ...
}