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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Problem: Umlauts and accents aren't sorted correctly by default by tablesorter.js. They get sorted at the end of the alphabet instead of correctly placing them in the list.
Tablesorter.js has the feature to handle this case correctly with the option sortLocaleCompare. But because the tablesorter gets initialised by main.js, end users can't overwrite the behaviour.
The text was updated successfully, but these errors were encountered:
Proposal: Add
sortLocaleCompare : true
to the initialisation of the tablesorter:Problem: Umlauts and accents aren't sorted correctly by default by tablesorter.js. They get sorted at the end of the alphabet instead of correctly placing them in the list.
Tablesorter.js has the feature to handle this case correctly with the option
sortLocaleCompare
. But because the tablesorter gets initialised bymain.js
, end users can't overwrite the behaviour.The text was updated successfully, but these errors were encountered: