InfiniteScrollSettings
12 Sep 20251 minute to read
Configures the infinite scroll behavior of the Tree Grid.
Properties
enableCache boolean
If enableCache is set to true, the Tree Grid will cache the loaded data for reuse in future requests, improving performance.
Defaults to false
initialBlocks number
Specifies the number of data blocks to render initially when the Tree Grid loads, if caching is enabled.
Defaults to 3
maxBlocks number
Specifies the number of data blocks to maintain in the Tree Grid’s cache when enableCache is true.
Defaults to 3