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 66b2c3d commit db99256Copy full SHA for db99256
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.ts
@@ -94,6 +94,7 @@ export class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponent {
94
this.grid.filteringService.clearFilter(col.memberName);
95
this.grid.pipeTrigger++;
96
this.grid.dimensionsChange.emit({dimensions: this.grid.pivotConfiguration.columns, dimensionCollectionType: PivotDimensionType.Row});
97
+ this.grid.reflow();
98
}
99
100
public valueRemoved(event: IBaseChipEventArgs) {
0 commit comments