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 8f69902 commit 0468206Copy full SHA for 0468206
projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-row.component.ts
@@ -13,16 +13,8 @@ import { IgxTreeGridAPIService } from './tree-grid-api.service';
13
export class IgxTreeGridRowComponent extends IgxRowDirective<IgxTreeGridComponent> implements DoCheck {
14
private _treeRow: ITreeGridRecord;
15
16
- /**
17
- * The rendered cells in the row component.
18
- *
19
- * ```typescript
20
- * const row = this.grid.getRowByKey(1);
21
- * const cells = row.cells;
22
- * ```
23
- */
24
@ViewChildren('treeCell')
25
- public cells: QueryList<any>;
+ protected _cells: QueryList<any>;
26
27
/**
28
* The `ITreeGridRecord` passed to the row component.
0 commit comments