diff --git a/demo-shell/src/app/components/datatable/datatable.component.html b/demo-shell/src/app/components/datatable/datatable.component.html index 2c0d852471..39f3fa192b 100644 --- a/demo-shell/src/app/components/datatable/datatable.component.html +++ b/demo-shell/src/app/components/datatable/datatable.component.html @@ -19,8 +19,8 @@ [multiselect]="multiselect" [actions]="true" rowStyleClass="custom-row-style" - (showRowActionsMenu)="onShowRowActionsMenu($event)" (executeRowAction)="onExecuteRowAction($event)" - (row-click)="onRowClick($event)" (row-dblclick)="onRowDblClick($event)"> + (showRowActionsMenu)="onShowRowActionsMenu($event)" + (executeRowAction)="onExecuteRowAction($event)">