Skip to content

Commit

Permalink
Fixed #127 - Error in datatable keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 30, 2019
1 parent d0e0a47 commit 91bf7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ export default {
//enter
case 13:
this.onRowClick(event, rowData, rowIndex);
this.onRowClick({originalEvent: event, data: rowData, index: rowIndex});
break;
default:
Expand Down

0 comments on commit 91bf7ee

Please sign in to comment.