-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: Pivot table not sorting formatted numeric column properly #5709
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5709 +/- ##
==========================================
- Coverage 63.45% 63.44% -0.01%
==========================================
Files 361 361
Lines 22972 22973 +1
Branches 2557 2557
==========================================
Hits 14576 14576
- Misses 8381 8382 +1
Partials 15 15
Continue to review full report at Codecov.
|
@mistercrunch Please have a look or assign another reviewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix: Pivot table not sorting formatted numeric column properly (apache#5709)
…e#5709) * fix: Pivot table not sorting formatted numeric column properly * refactor(lint): fixed lint error
…e#5709) * fix: Pivot table not sorting formatted numeric column properly * refactor(lint): fixed lint error
Added the sorting fix similar to visual table.js
Now DataTable will use metric values to sort.
This PR fixes #5674