Blazor Pivot Table Example - Performance
Time taken = 0 sec
Grand Total |
|---|
Grand Total | No records to display |
This sample demonstrates efficient pivot table performance when handling large datasets through virtual scrolling optimization.
Virtual scrolling maximizes performance by:
- Rendering only visible viewport rows and columns
- Loading data dynamically as users scroll
- Supporting million-row datasets with optimized efficiency
- Enabling seamless navigation through large data collections
Enable virtualization using the EnableVirtualization property. Select different row counts from the dropdown to observe performance across varying dataset sizes.
For comprehensive virtual scrolling documentation, refer to the virtualization documentation.