-
Notifications
You must be signed in to change notification settings - Fork 188
[data_release] Version column sort - fix #7907
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
Conversation
xlecours
left a comment
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.
This is affecting multiple module and handles numbers as strings. The sorting of the No. columns is wrong.
|
Hi @kongtiaowang, it seems like version gets set to "Unversioned" when leaving version blank while uploading. I'm unsure if it's supposed to be sorted with the alphabetical versions as well? |
|
What is the status @kongtiaowang ? |
|
@xlecours it is ready. |
|
Hi @kongtiaowang test suite is failing maybe rebase fix? |
|
This PR is ready to test and code review again. |
|
@kongtiaowang Can you rebase this PR? The JS compilation is broken and PR #8224 should fix this issue. |
remove outdate change
|
@xlecours you are right, the core jsx/DataTable.js should not change here. Please review it again. |





Brief summary of changes
transfer the int value to string to sort the mix type column. { 1 , version2 , v3}
add Unversioned into sorting.
Testing instructions (if applicable)
sort the version column
Link(s) to related issue(s)
[data_release] Version column only sorts in 1 direction #7894