I am experiencing an issue with sorting and pagination using an Angular material table. The data is being fetched from a store as an observable and successfully displayed in the table.
Even though the column names for sorting match the column definitions, it is not working properly. Additionally, despite setting pagination to show 5 items per page, it is displaying all the data at once.
Please see the demo below for reference.