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 8c6a0c3 commit 58a84c3Copy full SHA for 58a84c3
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.component.ts
@@ -315,6 +315,13 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
315
*/
316
public dragRowID = null;
317
318
+ /**
319
+ * @hidden @internal
320
+ */
321
+ public get rootSummariesEnabled(): boolean {
322
+ return false;
323
+ }
324
+
325
protected _defaultExpandState = false;
326
private _data;
327
private _filteredData;
0 commit comments