How can I help you?
VirtualScrollSettings
16 Mar 20261 minute to read
Represents a class that allows defining values for options relating to the virtual scrolling experience in the pivot table.
- Effective only when
enableVirtualizationistrueon the {@link PivotView}. -
Virtual scrollingrenders a subset of rows/columns based on the current viewport to improve performance with large datasets. - For detailed guidance and performance notes, refer to the official documentation for
pivotview/virtual scrolling.
Properties
allowSinglePage boolean
Allows to show only the current view page while performing virtual scrolling,
or also show the previous and next page in the pivot table. By rendering only the rows and columns relevant to the current view port for display
in the pivot table, it improves the pivot table’s performance.
Defaults to false