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 66ce35a commit 701adf9Copy full SHA for 701adf9
projects/igniteui-angular/src/lib/grids/summaries/summary-row.component.ts
@@ -44,7 +44,7 @@ export class IgxSummaryRowComponent implements DoCheck {
44
}
45
46
public get minHeight() {
47
- return this.grid.summaryService.calcMaxSummaryHeight() - 1;
+ return this.grid.summaryRowHeight - 1;
48
49
50
@ViewChildren(IgxSummaryCellComponent, { read: IgxSummaryCellComponent })
0 commit comments