InfiniteScrollSettingsModel

12 Sep 20251 minute to read

Interface for a class InfiniteScrollSettings

Properties

enableCache boolean

If enableCache is set to true, the Tree Grid will cache the loaded data for reuse in future requests, improving performance.

initialBlocks number

Specifies the number of data blocks to render initially when the Tree Grid loads, if caching is enabled.

maxBlocks number

Specifies the number of data blocks to maintain in the Tree Grid’s cache when enableCache is true.