-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] Data Table Sorting Wrong #9515
[Bug Report] Data Table Sorting Wrong #9515
Comments
ping @Aramis13 |
Sure. I'm on it. |
master |
👍 |
So after some research theirs a few issues:
Possible solutions:
Any thoughts? |
My initial thought is to revert to the old behavior for numbers, since it's been in place for a long time without issue. |
I found this issue too and updated from |
Environment
Vuetify Version: 2.1.7
Last working version: 2.1.6
Vue Version: 2.6.10
Browsers: Google Chrome, Safari 13.0.2
OS: Mac OS 10.14.6
Steps to reproduce
Just sort the columns from header
Expected Behavior
Sorts high negative to zero to high positive. Also scientific notation sort by actual values not the leading scientific notation value
Actual Behavior
sorts low neg to high neg then low pos to high pos
Reproduction Link
https://codepen.io/24jr/pen/BaawddR
The text was updated successfully, but these errors were encountered: