File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export class IgxGridHeaderGroupComponent implements DoCheck {
151151 * @hidden
152152 */
153153 public get ariaHidden ( ) : boolean {
154- return this . grid . hasColumnGroups && ( this . column . hidden || this . grid . navigation . activeNode . row !== - 1 ) ;
154+ return this . grid . hasColumnGroups && ( this . column . hidden || this . grid . navigation . activeNode ? .row !== - 1 ) ;
155155 }
156156
157157 /**
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export class IgxGridHeaderRowComponent implements DoCheck {
123123 * @internal
124124 */
125125 public get isLeafHeaderAriaHidden ( ) : boolean {
126- return this . grid . navigation . activeNode . row === - 1 ;
126+ return this . grid . navigation . activeNode ? .row === - 1 ;
127127 }
128128
129129 /** The virtualized part of the header row containing the unpinned header groups. */
You can’t perform that action at this time.
0 commit comments