Blazor Pivot Table Example - Label Filtering
Grand Total |
|---|
Grand Total | No records to display |
Properties
Fields:
|
|
Condition:
|
|
Value 1:
|
|
This sample demonstrates filtering row and column headers based on their text values with various conditional operators.
Label filtering implementation:
- Select any field from Fields dropdown
- Choose filtering condition from Conditions dropdown (equals, begins with, ends with, contains)
- Enter values in Value1 and Value2 text boxes
- Apply filter to view field headers matching criteria
Label filtering configuration in code-behind:
- Set AllowLabelFilter to true
- Use PivotViewFilterSetting with Name, Type (Label), Condition, Value1, and Value2 properties
For UI-based filtering, refer to Field List sample. For comprehensive documentation, see the label filtering documentation.