mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
emit "sorting-changed" DOM event (DataTable) (#2916)
This commit is contained in:
committed by
Eugenio Romano
parent
2080d75d51
commit
0e51208333
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user