Skip to content

Commit 701adf9

Browse files
author
mmart1n
committed
fix(grid): dynamic summary row height for group rows
1 parent 66ce35a commit 701adf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/summaries/summary-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class IgxSummaryRowComponent implements DoCheck {
4444
}
4545

4646
public get minHeight() {
47-
return this.grid.summaryService.calcMaxSummaryHeight() - 1;
47+
return this.grid.summaryRowHeight - 1;
4848
}
4949

5050
@ViewChildren(IgxSummaryCellComponent, { read: IgxSummaryCellComponent })

0 commit comments

Comments
 (0)