Update README.md

This commit is contained in:
Denys Vuika 2016-07-11 15:39:31 +01:00 committed by GitHub
parent 0a9cc60016
commit f158cbac1e

View File

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