as there are 3 open issues for this topic “Case Sensitive - UDGrid sorting” I had a look and give some advices but not that deep into JS/React/… to change it on my own.
Maybe someone can help me to cleanup the GH open issue list
Griddle is used in the background for the grid.
There are some related issues on GH and seems to have some solutions too.
one can be
<Griddle sortMethod={...}>
now works as a high-level hook to override all columns’ sort behavior. It does not change default behavior (cc #466 ).
GriddleGriddle:master
← NewBoCo:default-sortMethod
opened 08:19PM - 14 Aug 17 UTC
## Griddle major version
1.x
## Changes proposed in this pull request
-… Type cleanup for `RowRenderProperties` and `ColumnRenderProperties`, which currently the same as `RowDefinitionProps` and `ColumnDefinitionProps`.
- Rearranges how `initialState` is initialized to accept/override `initialState` from extra `Griddle` props. Everything still seems to work as expected, but please double-check this.
* As a bonus, this allows setting `enableSettings` and `textProperties` without a plugin, as demonstrated with new stories.
- Default `sortMethod` from state is used, if it exists.
- Addressed TODO to get Next/Previous label from `textProperties`
## Why these changes are made
`<Griddle sortMethod={...}>` now works as a high-level hook to override all columns' sort behavior. It does not change default behavior (cc #466).
## Are there tests?
Stories!
another can be to update the griddle version UD is using:
from “griddle-react”: “1.13.1” to v1.8 “Better sorting, filtering”
Release 1.8.0 · GriddleGriddle/Griddle · GitHub
opened 05:53PM - 23 Aug 16 UTC
closed 07:39AM - 14 Mar 20 UTC
Hi,
I'm having an issue with the column sorting feature. It seems to be case se… nsitive, without an option to make it case insensitive.
Example:

_I've read through the docs and other issues and could not find a mention of this. Please let me know if this has already been addressed and I will close the issue._
adam
February 4, 2020, 10:33pm
2
Thanks for highlighting this. I’ll consolidate these issues and bring this into the 2.9 milestone. This has been around forever and we should get this first…finally.
1 Like