Skip to content
Discussion options

You must be logged in to vote

Hi @divier320

the alphanumeric sort type implements case-sensitive sort per default. This is the default for the standard js sort method for arrays as well.
Sorting uses the row.values[columnId] value, so in case a custom aggregate function, or a sortType that is not outlined by the docs (e.g. "unique") is used, the compare value can become something different than a simple primitive value. In this case a custom sortType is required.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@divier320
Comment options

Answer selected by divier320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants