DayPilot.Gantt.progressiveTaskRenderingCacheSize

The number of recently rendered task boxes that will be kept in the DOM when progressiveTaskRenderingCacheSweeping is enabled. 

Declaration

DayPilot.Gantt.progressiveTaskRenderingCacheSize (integer)

Default Value

200

Description

The tasks inside the Gantt viewport plus progressiveTaskRenderingMargin are not included in this limit (they are always kept in the DOM).

The oldest task boxes are removed first.

Example

gantt.progressiveTaskRenderingCacheSize = 500;