InfiniteScrollSettings
12 Sep 20251 minute to read
Configures the infinite scroll behavior of Grid.
Properties
enableCache boolean
If enableCache is set to true, the Grid will cache the loaded data to be reused next time it is needed.
Defaults to false
initialBlocks number
Defines the number of blocks that will render at the initial Grid rendering.
Defaults to 3
maxBlocks number
Defines the number of blocks to be maintained in Grid while settings enableCache as true.
Defaults to 3