ag-grid-angular-example
ag-grid-angular-example copied to clipboard
onBeforeSortChanged and onAfterSortChanged are never called
onBeforeSortChanged and onAfterSortChanged are never called, which proves why they're not working in my app. If I set up [sortChanged]="onSortChanged", then I get a callback for each row, which is not what I want.
How can I take an action once after sorting is complete?