Skip to content

Commit f6cb6a9

Browse files
authored
fix(pivot): Re-trigger pipes if row height changes. (#17015)
1 parent 51223ba commit f6cb6a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,8 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
24752475
if (this.hasHorizontalLayout) {
24762476
// Trigger pipes to recalc heights for the horizontal layout mrl rows.
24772477
this.regroupTrigger++;
2478+
} else {
2479+
this.pipeTrigger++;
24782480
}
24792481
}
24802482

0 commit comments

Comments
 (0)