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 a6e4e37 + 8f2080d commit 40142dfCopy full SHA for 40142df
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