Skip to content

Commit 58a84c3

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Also prevent summaries from triggering a reflow since pivot grid cannot have summaries feature enabled.
1 parent 8c6a0c3 commit 58a84c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,13 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
315315
*/
316316
public dragRowID = null;
317317

318+
/**
319+
* @hidden @internal
320+
*/
321+
public get rootSummariesEnabled(): boolean {
322+
return false;
323+
}
324+
318325
protected _defaultExpandState = false;
319326
private _data;
320327
private _filteredData;

0 commit comments

Comments
 (0)