Data sorting : correct in FF / the opposit in IE

Data sorting : correct in FF / the opposit in IE

anxiousanxious Posts: 11Questions: 0Answers: 0
edited April 2010 in Bug reports
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

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Try sorting without HTML tags: http://datatables.net/examples/advanced_init/html_sort.html

    Allan
This discussion has been closed.