Search results

InfiniteScrollSettings API in Angular Grid API component

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 will render at the initial Grid rendering while enableCache is enabled.

Defaults to 3

maxBlocks

number

Defines the number of blocks to be maintained in Grid while settings enableCache as true.

Defaults to 3