File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
137
137
this . _pivotConfiguration = value ;
138
138
this . notifyChanges ( true ) ;
139
139
}
140
-
140
+
141
141
public get pivotConfiguration ( ) {
142
142
return this . _pivotConfiguration ;
143
143
}
@@ -1145,6 +1145,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
1145
1145
*/
1146
1146
protected autogenerateColumns ( ) {
1147
1147
let columns = [ ] ;
1148
+ this . filterStrategy = this . filterStrategy ?? new DimensionValuesFilteringStrategy ( ) ;
1148
1149
const data = this . gridAPI . filterDataByExpressions ( this . filteringExpressionsTree ) ;
1149
1150
this . dimensionDataColumns = this . generateDimensionColumns ( ) ;
1150
1151
let fieldsMap ;
You can’t perform that action at this time.
0 commit comments