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">
-
+
{{ asIconValue(row, col) }} @@ -131,7 +130,7 @@
-
+
{{ 'ADF-DATATABLE.ACCESSIBILITY.ICON_ALT_TEXT' | translate:{ type: 'ADF-DATATABLE.FILE_TYPE.' + (data.getValue(row, col) | fileType | uppercase) | translate @@ -140,7 +139,7 @@ {{ data.getValue(row, col) }}
-
-
-
-
-
+
-
+
@@ -205,6 +204,7 @@ role="gridcell" class="adf-datatable-cell adf-datatable__actions-cell adf-datatable-center-actions-column-ie">