Column Virtualization
The Kendo UI for Vue Native Grid supports column virtualization.
To enable it, set the columnVirtualization
property. As a result, the columns outside the current visible aria of the Grid will not be rendered and will improve the rendering performance.
To work properly, the column virtualization requires you to set the following configuration options:
- (Required)
width
—for each of the columns. - (Required)
width
throughstyle
for the grid.