Hello,
I'm trying to add filters to the pivot grid as below. Please help me to implement filter option as below by using Kendo UI Angular.
This is the code I'm using for pivot grid and don't know where to add the property to enable the filter.
<kendo-pivotgrid [kendoPivotLocalBinding]="timingTableData" [dimensions]="dimensions" [measures]="measures"
[rowAxes]="rows" [columnAxes]="columns" [measureAxes]="defaultMeasureAxes">
</kendo-pivotgrid>