Skip to content

Commit c28f07e

Browse files
committed
chore(pivot): update filtering area when a new filter is dropped there
1 parent 8870766 commit c28f07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ export class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponent {
423423
// if columns have changed need to regenerate columns.
424424
this.grid.setupColumns();
425425
}
426-
if (isFromFiltering) {
426+
if (isFromFiltering || dimension === PivotDimensionType.Filter) {
427427
this.grid.reflow();
428428
}
429429
this.grid.pipeTrigger++;

0 commit comments

Comments
 (0)