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

Column Sorting Issue #16

Open
FengXuas opened this issue Feb 24, 2022 · 4 comments
Open

Column Sorting Issue #16

FengXuas opened this issue Feb 24, 2022 · 4 comments

Comments

@FengXuas
Copy link

I found a problem with the sorting of columns

When I set 1, 2, 3, 4, 5, 11 and 12, it will be sorted into

1,11,12,2,3,4,5

Could you fix it?
Thank you

@JelteMX
Copy link
Contributor

JelteMX commented Feb 24, 2022

Are you using a Number or a String for sorting? For numbers it should be fine, but I can see in the code that it is not converting a string in a number, which means the sorting is done using strings.

@FengXuas
Copy link
Author

Are you using a or a for sorting? For numbers it should be fine, but I can see in the code that it is not converting a string in a number, which means the sorting is done using strings.Number``String

image
I use the Integer attribute.
I use studio pro v9.5.1

@JelteMX
Copy link
Contributor

JelteMX commented Feb 27, 2022

Thanks, I'll double check this in Studio Pro 9.5.1

@FengXuas
Copy link
Author

Hi, Sorry to bother you. Have you have any update?
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants