Hi,
thanks for your question, and sorry for the trouble.
From what I can see, you have two options here. You could either develop a custom sorting algorithm for such characters, following https://datatables.net/plug-ins/sorting/
Or, you could try the approach of adding another hidden column that has a number for each character. Then, you can instruct the DataTables JS library to use that number in the hidden column for the sorting. That’s explained (for a similar sorting problem) at https://wordpress.org/support/topic/sorting-function-with-images/ and https://wordpress.org/support/topic/consolidating-columns-without-changing-sorting-options/
Regards,
Tobias
Thank you, got it working like that, unfortunately it seem to cause troubles with the mobile layout, will look into it some other time. But you helped me alot, thanks again !
Hi,
that would be strange… Which one is the hidden column?
Regards,
Tobias