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 f9951f0 commit e0aebb0Copy full SHA for e0aebb0
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.ts
@@ -34,7 +34,7 @@ export class IgxPivotRowComponent extends IgxRowDirective<IgxPivotGridComponent>
34
35
public rowDimension: IgxColumnComponent[] = [];
36
public level = 0;
37
- protected hasChild = false;
+ public hasChild = false;
38
39
constructor(
40
public gridAPI: GridBaseAPIService<IgxPivotGridComponent>,
0 commit comments