diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.html b/lib/core/src/lib/datatable/components/datatable/datatable.component.html index 1b4e88229b8..5475c04140b 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.html +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.html @@ -127,6 +127,7 @@ data-automation-id="adf-datatable-main-menu-button" mat-icon-button #mainMenuTrigger="matMenuTrigger" + (keydown.enter)="mainMenuTrigger.openMenu()" [matMenuTriggerFor]="mainMenu"> more_vert @@ -323,7 +324,8 @@ [attr.aria-label]="'ADF-DATATABLE.ACCESSIBILITY.ROW_OPTION_BUTTON' | translate" [title]="'ADF-DATATABLE.CONTENT-ACTIONS.TOOLTIP' | translate" [attr.id]="'action_menu_right_' + idx" - [attr.data-automation-id]="'action_menu_' + idx"> + [attr.data-automation-id]="'action_menu_' + idx" + (keydown.enter)="actionsMenuTrigger.openMenu()"> more_vert