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
137137 this . _pivotConfiguration = value ;
138138 this . notifyChanges ( true ) ;
139139 }
140-
140+
141141 public get pivotConfiguration ( ) {
142142 return this . _pivotConfiguration ;
143143 }
@@ -1145,6 +1145,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
11451145 */
11461146 protected autogenerateColumns ( ) {
11471147 let columns = [ ] ;
1148+ this . filterStrategy = this . filterStrategy ?? new DimensionValuesFilteringStrategy ( ) ;
11481149 const data = this . gridAPI . filterDataByExpressions ( this . filteringExpressionsTree ) ;
11491150 this . dimensionDataColumns = this . generateDimensionColumns ( ) ;
11501151 let fieldsMap ;
You can’t perform that action at this time.
0 commit comments