Problem with sorting czech chars
Problem with sorting czech chars
 jakub.kratina            
            
                Posts: 3Questions: 1Answers: 0
jakub.kratina            
            
                Posts: 3Questions: 1Answers: 0            
            Hello guys,
I have problem with sorting czech chars, that are at the end.
For example our alphabet: "A B C Č D Ď E F G H ...."
I want this:
- Alkohol
- Broskev
- Cement
- Česnek
- Dům
But i got this:
- Alkohol
- Broskev
- Cement
- Dům
- Česnek
Why is that? Thank you.
This discussion has been closed.
            
Answers
No one?
Dobrý večer Jakub
This might help - https://datatables.net/forums/discussion/33168/locale-sort
Thank you a lot, I will take a look.