am using the jquery tablesorter plugin, and in my column "country" I got special characters: รndia.
The fact is that when I get to the column heading to sort it, it puts my โIndiaโ at the end of the column. I assume nav sees & Iacute; instead of a real self with an accent.
Is there a clue on how to make it work even with accents?
Here's the js code in my domready:
$.tablesorter.defaults.widgets = ['zebra']; $.tablesorter.defaults.sortList = [[0,0]]; $("table").tablesorter();
Thanks in advance.
kevin source share