VirtualizationSettings
Interface
Represents the virtualization settings for the PivotGrid data table. Controls how many rows and columns are rendered in the DOM to improve performance with large datasets.
Definition
Package:@progress/kendo-angular-pivotgrid
Properties
columns?
number
Specifies the maximum number of value table columns that render in the DOM.
Default:
10
rowHeight?
number
Represents the actual height of each data row in the DOM in pixels.
Default:
37
rows?
number
Specifies the maximum number of value table rows that render in the DOM.
Default:
50
type?
"row | column | both"
Specifies the virtualization type for the PivotGrid data table. When virtualization is enabled, both rows and columns are virtualized by default.
Default:
'both'