VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

order sorting issue in asc & dec #34

Closed dgpoo closed 6 years ago

dgpoo commented 6 years ago

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.

dgpoo commented 6 years ago

hello, any update on this?

VadimDez commented 6 years ago

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

dgpoo commented 6 years ago

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