Search results

InfiniteScrollSettingsModel API in React Grid API component

Interface for a class InfiniteScrollSettings

Properties

enableCache

boolean

If enableCache is set to true, the Grid will cache the loaded data to be reused next time it is needed.

initialBlocks

number

Defines the number of blocks will render at the initial Grid rendering while enableCache is enabled.

maxBlocks

number

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