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 541e354 + f5f5b3b commit 8f2080dCopy full SHA for 8f2080d
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