emit "sorting-changed" DOM event (DataTable) (#2916)

This commit is contained in:
Denys Vuika
2018-02-06 16:58:19 +00:00
committed by Eugenio Romano
parent 2080d75d51
commit 0e51208333
3 changed files with 34 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ These events bubble up the component tree and can be handled by any parent compo
| row-select | Raised after user selects a row |
| row-unselect | Raised after user unselects a row |
| row-keyup | Raised on the 'keyup' event for the focused row. |
| sorting-changed | Raised after user clicks the sortable column header. |
For example: