Custom sorting and filtering work fine individually, but after applying a local filter, the custom sorting doesn't work. On printing the sorting output on the console it gives the expected output, but the same isn't being updated on the frontend.
Here is the stackblitz implementation to the issue: https://stackblitz.com/edit/github-ot8vny?file=src/app/app.component.ts
Import SortEvent
Then change the sort function to this:
You need to use
event.data
to sort.