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 4966d67 commit 2aaf009Copy full SHA for 2aaf009
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2003,7 +2003,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2003
/**
2004
* @hidden @internal
2005
*/
2006
- @ContentChildren(IgxRowEditTabStopDirective)
+ @ContentChildren(IgxRowEditTabStopDirective, { descendants: true })
2007
public rowEditTabsCUSTOM: QueryList<IgxRowEditTabStopDirective>;
2008
2009
0 commit comments