Skip to content

Conversation

@munyanezaarmel
Copy link
Contributor

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.

  • Meaningful Pull Request title and description
  • Changes tested as described above
  • Added appropriate documentation for the change.
  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Sort Transaction List (ASC/DESC)

2 participants