Blazor Pivot Table Example - Field List
Grand Total |
|---|
Grand Total | No records to display |
Pivot Field List
Drag fields between axes below:
Filters
Rows
Columns
Values
This sample demonstrates Excel-like field list feature for dynamic report creation and modification.
Field list capabilities:
- Automatically populated pivot fields from bound data source
- Drag-and-drop fields to alter report at runtime
- Rearrange fields between column, row, value, and filter axes
- Apply filter and sort options dynamically
To render field list separately, create SfPivotFieldList component and assign data source to PivotFieldListDataSourceSettings->DataSource. Pass pivot table instance to UpdateViewAsync method inside EnginePopulated event.
Additional features enabled:
- Calculated field UI via AllowCalculatedField
- Label filter UI via AllowLabelFilter
- Value filter UI via AllowValueFilter
For comprehensive documentation, refer to the field list documentation.