We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8870766 commit c28f07eCopy full SHA for c28f07e
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.ts
@@ -423,7 +423,7 @@ export class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponent {
423
// if columns have changed need to regenerate columns.
424
this.grid.setupColumns();
425
}
426
- if (isFromFiltering) {
+ if (isFromFiltering || dimension === PivotDimensionType.Filter) {
427
this.grid.reflow();
428
429
this.grid.pipeTrigger++;
0 commit comments