I struggle to find out, how i can edit the sort function itself. I dont need other fields to sort, but the sort function should sort alphabetically. The default alphabetical sort is:
All upper case before lower case.
Aaron
Bernd
Chris
but
Bernd
Chris
aaron
That case sensitive sorting is not really usefull and should be changed by default to ignore case sensitivity.
So, how can I edit the sort function?
You want this type of case-insensitive sorting in list/tree view OR in some other use case?
to be honest, everywhere! a sort respecting upper and lower case makes absolutly no sense to me, nowhere. But let's start with list/kanban view
Nice, but how to solve this in Online? There we do cannot change the code.