Data sorting : correct in FF / the opposit in IE
Data sorting : correct in FF / the opposit in IE
anxious
Posts: 11Questions: 0Answers: 0
Hello,
it's me again ;)
here's an annoying bug,
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 ?
[code]
"aaSorting": [[ 1, 'desc' ], [3,'desc']], ......
[/code]
if I put :
[code]
"aaSorting": [[ 1, 'ASC' ], [3,'ASC']], ......
[/code]
IE works sorts the correct data, but not FF and Chrome :O
Thanks
it's me again ;)
here's an annoying bug,
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 ?
[code]
"aaSorting": [[ 1, 'desc' ], [3,'desc']], ......
[/code]
if I put :
[code]
"aaSorting": [[ 1, 'ASC' ], [3,'ASC']], ......
[/code]
IE works sorts the correct data, but not FF and Chrome :O
Thanks
This discussion has been closed.
Replies
Allan