I have 1000 records not working fine with IE9
I have 1000 records not working fine with IE9
I have been using this tool since two weeks and learned a lot and is wow, I really like it. What is stopping me is following:
1. IE 9 + 1000 records Messes DataTable Header little bit and when you scroll downmost you will notice Radio button and one row get disturbed a lot. Not sure if anyone is seeing same. I am using DataTables.1.9.4. Please help!
1. IE 9 + 1000 records Messes DataTable Header little bit and when you scroll downmost you will notice Radio button and one row get disturbed a lot. Not sure if anyone is seeing same. I am using DataTables.1.9.4. Please help!
This discussion has been closed.
Replies
Allan
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/28d78780-c95c-4c35-9695-237ebb912d90
And I also found out one Example through forums:
http://jsfiddle.net/kiranmn/kYRnV/4/embedded/result/ (Please open this in IE-9) and you will see ghost column when you scroll down.
Allan,
Will not take too much of your time but My question is ... I understand it is IE-9 issue but do we have Fix for this in Nightly js build of DataTable ? I really DO NOT want to do following:
var expr = new RegExp('>[ \t\r\n\v\f]*<', 'g');
var tbhtml = $('#datatable').html();
$('#datatable').html(tbhtml.replace(expr, '><'));