From f158cbac1e032cd399ecf22d769eb3c78fa7869c Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 11 Jul 2016 15:39:31 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-datatable/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ng2-components/ng2-alfresco-datatable/README.md b/ng2-components/ng2-alfresco-datatable/README.md index f591e07401..7cd1b03d94 100644 --- a/ng2-components/ng2-alfresco-datatable/README.md +++ b/ng2-components/ng2-alfresco-datatable/README.md @@ -137,12 +137,11 @@ export class MyView { | Name | Description | --- | --- | -| rowClick | Emitted when user clicks the row | -| rowDblClick | Emitted when user double-clicks the row | -| showRowContextMenu | Emitted before context menu is displayed for a row | -| showRowActionsMenu | Emitted before actions menu is displayed for a row | -| executeRowAction | Emitted when row action is executed by user | - +| [rowClick](#rowClick-event) | Emitted when user clicks the row | +| [rowDblClick](#rowDblClick-event) | Emitted when user double-clicks the row | +| [showRowContextMenu](#showRowContextMenu-event) | Emitted before context menu is displayed for a row | +| [showRowActionsMenu](#showRowActionsMenu-event) | Emitted before actions menu is displayed for a row | +| [executeRowAction](#executeRowAction-event) | Emitted when row action is executed by user | **Advanced usage example**