IE6 and IE7 first time sorting issue - it shows a wrong order
IE6 and IE7 first time sorting issue - it shows a wrong order
tableuser
Posts: 2Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
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