Blazor Pivot Table Example - Defer Layout Update
Grand Total |
|---|
Grand Total | No records to display |
Pivot Field List
Drag fields between axes below:
Filters
Rows
Columns
Values
This sample demonstrates the defer layout update feature, allowing users to refresh pivot tables on-demand instead of during every UI interaction.
Defer layout update benefits:
- Perform multiple field modifications without immediate updates
- Update pivot table after all changes complete
- Significantly improve performance with large datasets
The Defer Layout Update option can be enabled/disabled via field list UI. Enable programmatically by setting AllowDeferLayoutUpdate to true in SfPivotView.
For comprehensive documentation, refer to the defer update documentation.