Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(table): default table sorting now correctly ignores capitalized letters in sort #489

Merged

Conversation

aVileBroker
Copy link
Contributor

Previously, the table would put all capitalized words ahead of lowercased words

Fix #479

…etters in sort

Previously, the table would put all capitalized words ahead of lowercased words

Fix Headstorm#479
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit de312b9:

Sandbox Source
React Configuration

@aVileBroker aVileBroker merged commit 1069d90 into Headstorm:master Nov 15, 2023
1 check passed
@aVileBroker aVileBroker deleted the 479-fix-default-table-sort branch November 15, 2023 20:29
HeadstormOps pushed a commit that referenced this pull request Nov 15, 2023
…3-11-15)

### Bug Fixes

* **table:** default table sorting now correctly ignores capitalized letters in sort ([de312b9](de312b9)), closes [#479](#479)
* **table:** default table sorting now correctly ignores capitalized letters in sort ([#489](#489)) ([1069d90](1069d90)), closes [#479](#479)
@HeadstormOps
Copy link

🎉 This PR is included in version 1.27.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table | Default sort should not consider lower/uppercase when sorting strings
3 participants