Configures the infinite scroll behavior of the Tree Grid.
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
number
Specifies the number of data blocks to render initially when the Tree Grid loads, if caching is enabled.
Defaults to 3
number
Specifies the number of data blocks to maintain in the Tree Grid’s cache when enableCache
is true.
Defaults to 3