Datatable1.10.2 with jquery 2.1.3 is not working in IE 11 with Enterprise Mode.

Datatable1.10.2 with jquery 2.1.3 is not working in IE 11 with Enterprise Mode.

kiranbeegalakiranbeegala Posts: 5Questions: 1Answers: 0

I have my application using Datatable1.10.2 with jquery 2.1.3 , not working in IE 11 with Enterprise Mode, I could see it is directed to IE 5 by default in Enterprise Mode and works only for 9 and above versions of IE.

Tried adding the <meta> tag , <meta http-equiv="X-UA-Compatible" content="IE=11"> and <!doctype html> and tried to downgrade jQuery to 1.9 .. but didnt work.

Please help me in solving this.

Answers

  • awelchawelch Posts: 38Questions: 1Answers: 3

    You can try the following:

    <!doctype html>
    
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11">
    
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I would suggest updating to the current release of DataTables 1.10.2 is really quite old now.

    Allan

  • kiranbeegalakiranbeegala Posts: 5Questions: 1Answers: 0

    Hey @awelch , I tried adding the tags, but no luck :-( ,same issue.

  • kiranbeegalakiranbeegala Posts: 5Questions: 1Answers: 0

    Hi @allan , I tried with DataTables 1.10.19, but faced the same issue..do you have any recommended version...?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    1.10.19 is the one I would suggest as that is the current release. Does this page work for you in your IE11?

    Allan

  • kiranbeegalakiranbeegala Posts: 5Questions: 1Answers: 0

    I tried with DataTables 1.10.19 & 1.10.18 but stuck with the same issue, added the <meta> tag suggested but no luck. I am getting " Unable to get property 'targets' of undefined or null reference " plz refer the image attached.

    Badly stuck with the issues , request your support to solve this....

    Thank You.

  • Rectec013Rectec013 Posts: 42Questions: 10Answers: 0

    Try using jQuery Migrate script . It will be the solution to your Problem ;)

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    @kiranbeegala - Did you load the link I gave you? Does the DataTable work on that page or not?

    It does appear to for me in IE11.

    Allan

  • kiranbeegalakiranbeegala Posts: 5Questions: 1Answers: 0

    @allan , I tried the link in it works fine in IE 11 and for Enterprise even.

This discussion has been closed.