diff --git a/lib/core/datatable/components/datatable/datatable.component.html b/lib/core/datatable/components/datatable/datatable.component.html index 400b555abc..154ae8f025 100644 --- a/lib/core/datatable/components/datatable/datatable.component.html +++ b/lib/core/datatable/components/datatable/datatable.component.html @@ -99,7 +99,6 @@ [attr.data-automation-id]="getAutomationValue(row)" [attr.aria-selected]="row.isSelected ? true : false" [attr.aria-label]="col.title ? (col.title | translate) : null" - tabindex="0" (click)="onRowClick(row, $event)" (keydown.enter)="onEnterKeyPressed(row, $event)" [adf-context-menu]="getContextMenuActions(row, col)" @@ -107,7 +106,7 @@ adf-drop-zone dropTarget="cell" [dropColumn]="col" [dropRow]="row">