Blazor Pivot Table Example - Virtual Scrolling
Time taken = 0 sec
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates the virtual scrolling feature, which optimizes the rendering of large datasets by loading records only within the visible viewport both vertically and horizontally.
Virtual scrolling provides an optimized approach to render only the rows and columns visible within the viewport, eliminating the need to calculate values for the entire pivot. This significantly improves performance and responsiveness when working with large datasets. To enable virtual scrolling, set the EnableVirtualization property in SfPivotView to true.
For comprehensive information about the virtual scrolling feature and best practices, refer to the virtual scrolling documentation.