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 8a0611d commit 7eddcd2Copy full SHA for 7eddcd2
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.component.ts
@@ -717,6 +717,12 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
717
public beginAddRowByIndex(_index: number): void {
718
}
719
720
+ /**
721
+ * @hidden @internal
722
+ */
723
+ public get totalHeight() {
724
+ return this.calcHeight;
725
+ }
726
727
protected toggleGroup(col: IgxColumnComponent, newState: boolean) {
728
if (this.hasMultipleValues) {
0 commit comments