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 f7768ce + 6eca2bb commit 8303c91Copy full SHA for 8303c91
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -1945,7 +1945,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
1945
/**
1946
* @hidden @internal
1947
*/
1948
- @ContentChildren(IgxRowEditTabStopDirective)
+ @ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
1949
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
1950
1951
0 commit comments