New to Kendo UI for Angular? Start a free 30-day trial
VirtualizationSettings
Updated on Jun 17, 2025
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.
| Name | Type | Default | Description |
|---|---|---|---|
columns? |
|
|
Specifies the maximum number of value table columns that render in the DOM. |
rowHeight? |
|
|
Represents the actual height of each data row in the DOM in pixels. |
rows? |
|
|
Specifies the maximum number of value table rows that render in the DOM. |
type? |
|
|
Specifies the virtualization type for the PivotGrid data table. When virtualization is enabled, both rows and columns are virtualized by default. |