## 🚀 Requirements As a user I would like to sort my list view by clicking on the table headers Example: https://ui.mantine.dev/component/table-sort/ ## Tech tasks - [ ] Add clickable headers to each column - [ ] Handle the sort and pass as a parameter ## Other requirements - Do not handle sort on the UI, sorting must be done on the backend