Blazor Pivot Table Example - Grouping
Properties
Group Date by
|
Group Product ID by
|
This sample demonstrates grouping dates by year, quarter, month, and numbers in ranges for organized pivot table display.
Grouping features:
- Separate date types into year, quarter, month, or day
- Group numbers by entering range values
- Apply to row and column headers dynamically
Configure grouping via PivotViewGroupSetting with properties:
- Name - Normal field identifier
- Type - Field type (Date or Number)
- GroupInterval - Date grouping interval (years, quarters, months, etc.)
- RangeInterval - Number field grouping range
For comprehensive documentation, refer to the grouping documentation.