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

order sorting issue in asc & dec #34

Closed
dgpoo opened this issue Nov 21, 2017 · 3 comments
Closed

order sorting issue in asc & dec #34

dgpoo opened this issue Nov 21, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@dgpoo
Copy link

dgpoo commented Nov 21, 2017

Hello,
I have sorted property listing with date price and sqft value
but in sorting by price there is miss order when price value in differnt number of digit:
like $1,100,000 is showing low value than $299,000
i parsed it into integer number also
https://drive.google.com/file/d/1qdVkL4neLhz-McGBe5klc8iaV73jsn80/view
how can i resolved it?
Thanx.

@VadimDez VadimDez self-assigned this Nov 25, 2017
@VadimDez VadimDez added the bug label Nov 25, 2017
@dgpoo
Copy link
Author

dgpoo commented Nov 30, 2017

hello,
any update on this?

@VadimDez VadimDez added this to the 1.0.5 milestone Dec 2, 2017
VadimDez added a commit that referenced this issue Dec 2, 2017
VadimDez added a commit that referenced this issue Dec 2, 2017
@VadimDez VadimDez modified the milestones: 1.0.5, 1.1.1 Dec 2, 2017
@VadimDez
Copy link
Owner

VadimDez commented Dec 2, 2017

You can now use your own custom comparator for such cases. See documentation.

@dgpoo
Copy link
Author

dgpoo commented Dec 19, 2017

Thank you @VadimDez .can you please provide any i example how we can use comparator function?

This was referenced Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants