-
Notifications
You must be signed in to change notification settings - Fork 204
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
OrderBy Sort on more Type? #25
Comments
It does support date, booleans, numbers and strings. Take a look at the tests I've added (they work with dates & boolean values, and there's older tests for numbers): 1e709bd |
Since you haven't responded yet I have been digging into this, trying to find what isn't working properly. I found some issue and fixed it, it might be related to your issue as well. Update me to let me know if that fix your case. |
It's been 10 days and you haven't responded. Let me know if this needs to be reopened. Thanks. |
Thanks for adding the OrderBy, however, I'm still unable to swap to using ngx-pipes as your OrderBy only handles strings essentially. It needs to be able to handle more data types. Dates, Booleans, Numbers, etc... I added sorting booleans to the one I linked in the previous ticket.
Thanks!
Jarvis
The text was updated successfully, but these errors were encountered: