New to Kendo UI for AngularStart a free 30-day trial

VirtualizationSettings

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.

NameTypeDefaultDescription

columns?

number

10

Specifies the maximum number of value table columns that render in the DOM.

rowHeight?

number

37

Represents the actual height of each data row in the DOM in pixels.

rows?

number

50

Specifies the maximum number of value table rows that render in the DOM.

type?

"row | column | both"

'both'

Specifies the virtualization type for the PivotGrid data table. When virtualization is enabled, both rows and columns are virtualized by default.

Not finding the help you need?
Contact Support