I have 1000 records not working fine with IE9

I have 1000 records not working fine with IE9

RishabhRishabh Posts: 4Questions: 0Answers: 0
edited May 2013 in General
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!

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read .

    Allan
  • RishabhRishabh Posts: 4Questions: 0Answers: 0
    Hello Allan, Sorry for short Description, My issue seems to be IE-9 Ghost Column Issue:
    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, '><'));
This discussion has been closed.