You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when adding a column containing a string value and using column.setSortable(true), the grid will sort case sensitive.
For our application, we prefer case insensitive sorting.
So now my only (to me known) option is to use the setComparator() method for all string columns - we have many grids, so this is not a good solution.
Describe the solution you'd like
A central option for the standard grid sorting behavior would be nice, or even a new default that uses case insensitive sorting.
A property on the grid would also help (Grid.setCaseInsesitiveSorting(boolean ...))
Describe alternatives you've considered
see above
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
Currently, when adding a column containing a string value and using column.setSortable(true), the grid will sort case sensitive.
For our application, we prefer case insensitive sorting.
So now my only (to me known) option is to use the setComparator() method for all string columns - we have many grids, so this is not a good solution.
Describe the solution you'd like
A central option for the standard grid sorting behavior would be nice, or even a new default that uses case insensitive sorting.
A property on the grid would also help (Grid.setCaseInsesitiveSorting(boolean ...))
Describe alternatives you've considered
see above
Additional context
No response
The text was updated successfully, but these errors were encountered: