Skip to content

Commit 5114e65

Browse files
authored
fix(pivot): Re-trigger pipes if row height changes. (#17014)
1 parent a59e487 commit 5114e65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,6 +2556,8 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
25562556
if (this.hasHorizontalLayout) {
25572557
// Trigger pipes to recalc heights for the horizontal layout mrl rows.
25582558
this.regroupTrigger++;
2559+
} else {
2560+
this.pipeTrigger++;
25592561
}
25602562
}
25612563

0 commit comments

Comments
 (0)