Search results

InfiniteScrollSettings API in JavaScript TreeGrid API control

Configures the infinite scroll behavior of Tree Grid.

Properties

enableCache

boolean

If enableCache is set to true, the Tree 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 Tree Grid rendering while enableCache is enabled.

Defaults to 3

maxBlocks

number

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

Defaults to 3