IE6 and IE7 first time sorting issue - it shows a wrong order

IE6 and IE7 first time sorting issue - it shows a wrong order

tableusertableuser Posts: 2Questions: 0Answers: 0
edited April 2011 in Bug reports
Hi All,

I have a huge issue and I need your help on this.

I have a XML file in the server and I read it using Jquery ajax and it is working find. This create a table with having data row around 100 in the html body and it is also working fine. and then when I bind like this : (see below code)


$('#fundlisttb_table').dataTable( {
"aoColumns": [
{ "bSearchable": false},
{ "sSortDataType": "dom-select" , "bSearchable": false},
{ "bSearchable": false},
{ "bSearchable": false},
{ "bSearchable": false},
{ "bSearchable": false}
],

"sPaginationType": "full_numbers",
"sDom": '<"firstSeg"silp><"flistTbl"t><"secondSeg"ilp>',
"fnDrawCallback": function() {
setTimeout(function() { window.fundlist_loading = false;},300);
}
} );

Very first time it show wrong order in IE. but firefox is ok. and then I refresh the IE page again, it hows a correct order.

and then if i close IE and re-open and if i load my website again it show a wrong order. and then if i refresh the page it shows a correct order.. (very first time only this happens)

What may be the issue ?



Thank you.

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Please don't post duplicate threads - I've deleted the other one :-)

    I've not heard of this issue before, so I'm not sure what would be causing it and can't think of anything off the top of my head.. Can you give us a link to your page please so I can see it in action?

    Allan
This discussion has been closed.