Skip to content

Commit 7eddcd2

Browse files
MKirovaMKirova
authored andcommitted
Fix issue with total height.
1 parent 8a0611d commit 7eddcd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,12 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
717717
public beginAddRowByIndex(_index: number): void {
718718
}
719719

720+
/**
721+
* @hidden @internal
722+
*/
723+
public get totalHeight() {
724+
return this.calcHeight;
725+
}
720726

721727
protected toggleGroup(col: IgxColumnComponent, newState: boolean) {
722728
if (this.hasMultipleValues) {

0 commit comments

Comments
 (0)