Skip to content

fix: fix table sorting for numeric and alphanumeric values - #5824

Open
mushroomgenie wants to merge 1 commit into
canonical:mainfrom
mushroomgenie:fix-table-sorting-for-numeric-values
Open

fix: fix table sorting for numeric and alphanumeric values#5824
mushroomgenie wants to merge 1 commit into
canonical:mainfrom
mushroomgenie:fix-table-sorting-for-numeric-values

Conversation

@mushroomgenie

@mushroomgenie mushroomgenie commented Jul 19, 2026

Copy link
Copy Markdown

Done

  • The sorting logic has been changed in templates/docs/examples/patterns/tables/_script-sorting.js

Fixes [list issues/bugs if needed]

Fixed #5742

QA

  • Demo

Numeric Values

sorting-table-cores

Alphanumeric Values

sorting-table-ram
  • [Add QA steps]
  • Review updated documentation:
    • [List any updated documentation for review]

Check if PR is ready for release

If this PR contains Vanilla SCSS or macro code changes, it should contain the following changes to make sure it's ready for the release:

  • PR should have one of the following labels to automatically categorise it in release notes:
    • Bug 🐛.
  • Vanilla version in package.json should be updated relative to the most recent release, following semver convention
    • if existing APIs (CSS classes & macro APIs) are not changed it can be a bugfix release (x.x.X)
    • if existing APIs (CSS classes & macro APIs) are changed/added/removed it should be a minor version (x.X.0)
    • see the wiki for more details
  • Any changes to component class names (new patterns, variants, removed or added features) or macros should be listed on the what's new page.

Screenshots

[if relevant, include a screenshot or screen capture]

@webteam-app

Copy link
Copy Markdown

mushroomgenie is not a collaborator of the repo

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.

[Bug]: Table sorting broken for numerical cell values

2 participants