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.
2 parents 75abf84 + d379816 commit e964d83Copy full SHA for e964d83
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -1947,7 +1947,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
1947
/**
1948
* @hidden @internal
1949
*/
1950
- @ContentChildren(IgxRowEditTabStopDirective)
+ @ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
1951
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
1952
1953
0 commit comments