Add locale support for sortingFn #5494
Unanswered
magnimarels
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working with data with a lot of non English characters in them and therefore the default sorting does not work as expected for that.
I've gotten around the problem with a custom sortFn:
That I then call as such in every column where I have strings with non English characters:
sortingFn: localeSortFn()
Should this not be built into the default sorting behavior or at least offer an optional sortingFn along with the current existing ones?
Beta Was this translation helpful? Give feedback.
All reactions