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 fbfe628 commit 182958eCopy full SHA for 182958e
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.component.ts
@@ -2430,7 +2430,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
2430
// no enabled values and dimensions
2431
return this.emptyPivotGridTemplate || this.defaultEmptyPivotGridTemplate;
2432
}
2433
- super.template;
+ return super.template;
2434
2435
2436
private emitInitEvents(pivotConfig: IPivotConfiguration) {
0 commit comments