-
Notifications
You must be signed in to change notification settings - Fork 241
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
Sort icons inverted in next-gen branch #671
Comments
Like I said in the PR, is there some convention we can rely on? Maybe the current way is correct and the old way was incorrect? |
I guess such convention or standard doesn't exist. |
I'm not saying you're wrong and it probably makes sense to have it "the old way". I was mostly curious if a convention existed. |
Here's some good suggestions: https://ux.stackexchange.com/questions/37564/use-up-or-down-arrow-to-represent-sort-ascending-at-table-header |
Issue observed in v4.0.0rc, next-gen branch
When the sort is ascending, the icon is a downwards triangle.
When the sort is descending, the icon is a upwards triangle.
The sort icons are inverted in regard to the current behavior in v3.2.0
The text was updated successfully, but these errors were encountered: