Skip to content

fix: enable sorting across knowledge table columns#1198

Merged
Wallgau merged 5 commits into
release-0.4.0from
fix-sortable-column-table
Mar 20, 2026
Merged

fix: enable sorting across knowledge table columns#1198
Wallgau merged 5 commits into
release-0.4.0from
fix-sortable-column-table

Conversation

@Wallgau

@Wallgau Wallgau commented Mar 19, 2026

Copy link
Copy Markdown
Collaborator

issue: #1172 --> extend request to all sortable column

Screen.Recording.2026-03-19.at.7.34.40.AM.mov

Make sortable columns explicit and add typed value getters/comparators so owner, status, and numeric fields sort predictably while preserving default AG Grid sort-cycle behavior.

Made-with: Cursor
@Wallgau Wallgau requested a review from lucaseduoli March 19, 2026 11:35
@github-actions github-actions Bot added frontend 🟨 Issues related to the UI/UX bug 🔴 Something isn't working. labels Mar 19, 2026
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 19, 2026
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 20, 2026

@lucaseduoli lucaseduoli left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

Seems like sorting by name is not working perfectly with the ingested documentation

@Wallgau

Wallgau commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator Author
Image Seems like sorting by name is not working perfectly with the ingested documentation

Good catch, it seems to be related to url source name, let me fix that.

Apply a deterministic comparator for the knowledge table Source column by normalizing URL-like values before comparison so title-style source names and URL-derived names sort consistently.

Made-with: Cursor
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 20, 2026
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 20, 2026
@Wallgau Wallgau requested a review from lucaseduoli March 20, 2026 18:54

@lucaseduoli lucaseduoli left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions Bot added the lgtm label Mar 20, 2026
@Wallgau Wallgau merged commit 211cf7a into release-0.4.0 Mar 20, 2026
7 checks passed
@github-actions github-actions Bot deleted the fix-sortable-column-table branch March 20, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🔴 Something isn't working. frontend 🟨 Issues related to the UI/UX lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants