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**