-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 boolean value #50
Labels
Comments
Same here |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@VadimDez this issue should be closed? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I need to sort a data grid, but it contains a column which is filled with boolean value instead of strings or numbers. For now the data is being sorted like strings and false comes first when using the pipe, so for the time being I set up the column to be always reversed, but this is not the best approach, of course.
Is there any way to change the pipe to sort boolean values?
The text was updated successfully, but these errors were encountered: