Sort Transaction List (ASC/DESC)#1219
Conversation
|
@dmohns, This is ready for review |
|
Hey @munyanezaarmel this has the same issue like: #1206 (review) Screen.Recording.2026-01-14.at.15.42.34.mov
|
|
Hey @munyanezaarmel any chance to add the changes from user list sorting to this PR as well? |
|
Hey @beesaferoot! There's an issue with transaction sorting. When users click to sort the table:
|
@munyanezaarmel Good catch. I don't think sorting was added to that endpoint. I will be looking into that. |
Please check again, the endpoint now handles |
Hey @beesaferoot ! The sorting still isn't working. When I click to sort by amount (or any column), the table still shows empty results. |
|
Check let me know if it is working |
The issue here is multiple duplicate requests |
|
@munyanezaarmel Can you inspect the requests as well? I can still see that all the requests use
|
|
The sorting now works as expected. Please update your branch and address the last comment, thanks. |
|
@dmohns Can you also review this? |
|
@beesaferoot do we have "sort by type" on the backend ? |
Not really, but I don't think that is what's wrong here. The frontend is using You can simple add this, I will update the backend to accept |







Brief summary of the change made
Sort Transaction List
closes: #1118
Are there any other side effects of this change that we should be aware of?
The sorting is already implemented in the codebase, but it’s not working in components like AgentTransactionList and others because they use the old/manual table structure with and explicit loops. Vue Material’s sorting only works with v-model binding and scoped slots, so we need to migrate to the v-model approach.
Describe how you tested your changes?
Pull Request checklist
Please confirm you have completed any of the necessary steps below.