try opening this URL in your browser (FF / Chrome), it's showing the correct SORTING option, but as soon as you open it in IE 8.0 (not tested with previous version), it show the OPPOSIT sorting : http://www.gamer-certified.fr/statistiques/recapitulatif.php
Is there any fix outhere because my parteners are not correclty shown as it should in the data table ?
"aaSorting": [[ 1, 'desc' ], [3,'desc']], ......
if I put :
"aaSorting": [[ 1, 'ASC' ], [3,'ASC']], ......
IE works sorts the correct data, but not FF and Chrome :O