Configures the infinite scroll behavior of Grid.
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
number
Defines the number of blocks that will render at the initial Grid rendering.
Defaults to 3
number
Defines the number of blocks to be maintained in Grid while settings enableCache as true.
Defaults to 3