| add-row | Fires when adding a row |
| close-editor | Fires when closing the inline editor |
| close-row | Fires when closing (collapsing) a row |
| collapse-column | Fires when collapsing/expanding a column |
| delete-row | Fires when deleting a row |
| editor | Fires when changing a value in the table via the inline editing |
| filter-rows | Fires when filtering data |
| focus-cell | Fires when a cell is given focus |
| hide-column | Fires when hiding a column |
| hotkey | Fires when applying a hotkey in the table |
| move-item | Fires when moving a row |
| open-editor | Fires when opening the inline editor |
| open-row | Fires when opening (expanding) a row |
| print | Fires when printing the table |
| redo | Allows performing steps forward in history |
| request-data | Fires while scrolling or at the initialization stage if dynamic data loading is enabled |
| resize-column | Fires when resizing a column |
| scroll | Fires when scrolling |
| select-row | Fires when selecting a row |
| sort-rows | Fires when sorting data by clicking the table header |
| undo | Allows performing steps back in history |
| update-cell | Fires when updating a cell |
| update-row | Fires when updating a row |