Skip to content

Commit 0468206

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Apply for treegrid row as well.
1 parent 8f69902 commit 0468206

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@ import { IgxTreeGridAPIService } from './tree-grid-api.service';
1313
export class IgxTreeGridRowComponent extends IgxRowDirective<IgxTreeGridComponent> implements DoCheck {
1414
private _treeRow: ITreeGridRecord;
1515

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-
*/
2416
@ViewChildren('treeCell')
25-
public cells: QueryList<any>;
17+
protected _cells: QueryList<any>;
2618

2719
/**
2820
* The `ITreeGridRecord` passed to the row component.

0 commit comments

Comments
 (0)