contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
285 stars 189 forks source link

Changed sorting type #1117

Closed tmatejicek closed 2 months ago

tmatejicek commented 5 months ago

SORT_LOCALE_STRING - compare items as strings, based on the current locale. It uses the locale, which can be changed using setlocale()

radimvaculik commented 4 months ago

Good to me. @f3l1x could you check it, please?