VirtualScrollSettings
12 Sep 20251 minute to read
Represents a class that allows defining values for options relating to the virtual scrolling experience in the pivot table.
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