Skip to content

Comments

feat: update 'Modified' column to enable sorting in payments table#4243

Open
VenuMadhav2541 wants to merge 1 commit intomainfrom
modified_at_sort
Open

feat: update 'Modified' column to enable sorting in payments table#4243
VenuMadhav2541 wants to merge 1 commit intomainfrom
modified_at_sort

Conversation

@VenuMadhav2541
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

  • Enabled Sorting for Modified Column in Orders Table: Added sorting capability to the "Modified" column in the payments/orders list by setting ~showSort=true and corrected the key from modified_at to modified for consistency.

Motivation and Context

The Modified column in the orders table lacked sorting functionality, making it difficult for users to sort payments by their last modification time. This enhancement improves user experience by allowing merchants to quickly identify recently modified payments.

How did you test it?

  • Tested payment list with sort_on: Modified and sort_by: Desc
Screenshot 2026-02-19 at 4 20 14 PM
  • Tested payment list with sort_on: Modified and sort_by: Asc
Screenshot 2026-02-19 at 4 21 24 PM

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@VenuMadhav2541 VenuMadhav2541 self-assigned this Feb 19, 2026
@VenuMadhav2541 VenuMadhav2541 requested a review from a team as a code owner February 19, 2026 10:55
@VenuMadhav2541 VenuMadhav2541 added the C-enhancement Category: Improvement or upgrade to an existing feature label Feb 19, 2026
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@VenuMadhav2541 VenuMadhav2541 linked an issue Feb 19, 2026 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement Category: Improvement or upgrade to an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Enable Sorting on Modified Column in Orders/Payments Table

1 participant