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

DataTable sort toggles not properly sorting alphabetically #2832

Open
KristinAoki opened this issue Nov 20, 2023 · 1 comment
Open

DataTable sort toggles not properly sorting alphabetically #2832

KristinAoki opened this issue Nov 20, 2023 · 1 comment
Labels
bug Report of or fix for something that isn't working as intended

Comments

@KristinAoki
Copy link
Member

Bugs

When using the DataTable with sorting enabled the toggle do not sort alphabetically as expected. It sorts as follows

  1. Alphabetized capitalized words
  2. Alphabetized lowercase words
  3. String that start with numbers

Actual:
Screenshot 2023-11-20 at 11 40 51 AM

Expected:
Screenshot 2023-11-20 at 11 43 21 AM

@DmytroAlipov
Copy link

Bug in ORA Grading MFE

I would like to add that I encountered a similar issue only in another MFE - ORA Grading MFE


A similar sort that is case-sensitive:
sort_1
Since the sorting is by username, I think there is a point in transferring it to a single register before performing the sorting. You cannot create 2 users with the same usernames “my_nickname” and “MY_NICKNAME”.


I would also like to add that incorrect sorting is carried out for the Grade field. I don’t understand at all the principle by which sorting is carried out here:
sort_2

@DmytroAlipov DmytroAlipov added the bug Report of or fix for something that isn't working as intended label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of or fix for something that isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants