How to sort with null/undefined values? #132
Unanswered
arcanechimp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to custom sort each column, pushing null/undefined values to be last in both 'asc' and 'desc' sort. What's the best way to achieve this?
Using -Infinity works for 'desc', but not 'asc'. Is there a way to access the sort order from the getSortValue function that I am missing?
Beta Was this translation helpful? Give feedback.
All reactions