Skip to content

feat(value-diff): enable column sorting in summary grid#1427

Open
gcko wants to merge 1 commit into
mainfrom
feature/drc-2733-value-diff-column-sorting
Open

feat(value-diff): enable column sorting in summary grid#1427
gcko wants to merge 1 commit into
mainfrom
feature/drc-2733-value-diff-column-sorting

Conversation

@gcko

@gcko gcko commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Enable column sorting in the Value Diff summary grid with default sort by Matched % in ascending order. This surfaces mismatches first for efficient triage, addressing feature request #864.

Details

  • All columns are sortable by default via AG Grid configuration
  • Matched % column has ascending default sort (mismatches first for triage priority)
  • Custom comparator ensures null values (N/A) sort last regardless of sort direction
  • Tests verify sorting configuration and comparator behavior

Testing

  • All existing tests pass (1747 passed)
  • New tests cover:
    • Column sortability configuration
    • Default sort direction on Matched % column
    • Null/undefined handling in the comparator

Closes #2733
Implements #864

🤖 Generated with Claude Code

Enable column sorting in the Value Diff summary grid with default sort by
Matched % in ascending order (mismatches first for easy triage). Add custom
comparator to handle null/undefined values properly in the Matched % column.
Implements feature request #864.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Signed-off-by: Jared Scott <jared.scott@datarecce.io>
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.

1 participant