Skip to content

Commit d0a6ff2

Browse files
committed
fix(hgrid): incorrect hgrid thead template structure after merge
1 parent fe12825 commit d0a6ff2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
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"

0 commit comments

Comments
 (0)