Issue with DataTables 1.10.10 and IE8

Issue with DataTables 1.10.10 and IE8

silgenfritzsilgenfritz Posts: 2Questions: 1Answers: 0

I am new to the tool and am having a couple issues. I had the basic sample table demo working in my environment with a release I downloaded previous to the 1.10.10 version(not sure of exact version # but was about 5 days prior to downloading the 1.10.10 version). Now that I am using 1.10.10 the sample only works in Chrome and throws an error in IE8 (Object doesn't support property or method 'keys')http://s19.postimg.org/xjlyx7ab7/image01.png . I have also notices an issue with both versions of DataTable not filling the .ui-toolbar section with my jQueryUI theme. If I increase the padding from 8px to 19px it fills the section.
http://s19.postimg.org/4sp5754hf/image02.png http://s19.postimg.org/5krt6c8oj/image03.png

    $(document).ready(function () {
            $("#HowToTable").DataTable();
    });

Thanks

Answers

  • silgenfritzsilgenfritz Posts: 2Questions: 1Answers: 0

    Wanted to update the post. If I generate the download with just the bare minimum it is not throwing the error in IE8. Will need to test more to see which inclusion is causing the error. The CSS issue with the theme still exists though.

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Can you link to a test case showing the issue please.

    Allan

This discussion has been closed.