Skip to content

Commit 7e58f07

Browse files
committed
refactor(cell, header): use headerCell.id for aria-describedby
1 parent 70a63e0 commit 7e58f07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header.component.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ export class IgxGridHeaderComponent implements DoCheck, OnDestroy {
5555
@ViewChild('sortIconContainer', { read: ElementRef })
5656
protected sortIconContainer: ElementRef;
5757

58+
/**
59+
* @hidden
60+
*/
61+
@Input()
62+
@HostBinding('attr.id')
63+
public id: string;
64+
5865
/**
5966
* Returns the `aria-selected` of the header.
6067
*/

0 commit comments

Comments
 (0)