File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 44
55< div class ="igx-grid__thead " role ="rowgroup ">
66 < div class ="igx-grid__thead-wrapper " tabindex ="0 " (focus) ="navigation.focusFirstCell() " [attr.aria-activedescendant] ="activeDescendant "
7- (keydown) ="navigation.headerNavigation($event) " [style.width.px] ='calcWidth ' #theadRow >
8- < div class ="igx-grid__tr " role ="row " [attr.aria-activedescendant] ="activeDescendant " [style.width.px] ='calcWidth '>
9- < div class ="igx-grid__thead " role ="rowgroup ">
10- < div class ="igx-grid__thead-wrapper " (keydown.meta.c) ="copyHandler($event) " (keydown.control.c) ="copyHandler($event) " (copy) ="copyHandler($event) "
11- tabindex ="0 " (focus) ="navigation.focusFirstCell() " [attr.aria-activedescendant] ="activeDescendant "
12- (keydown) ="navigation.headerNavigation($event) " [style.width.px] ='calcWidth ' #theadRow >
7+ (keydown) ="navigation.headerNavigation($event) " [style.width.px] ='calcWidth ' #theadRow >
138 < div class ="igx-grid__tr " role ="row " [style.width.px] ='calcWidth '>
149 < span *ngIf ="hasMovableColumns && draggedColumn && pinnedColumns.length <= 0 "
1510 [igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true " id ="left "
You can’t perform that action at this time.
0 commit comments