how to make data table retrieve Last saved data on change for drop down on IE it works on chrome ?

how to make data table retrieve Last saved data on change for drop down on IE it works on chrome ?

mostafasalhmostafasalh Posts: 3Questions: 2Answers: 0

it works on chrome ,Firefox and didn't work on Internet Explorer
last data saved did't appear on Change drop down.
thanks.

This question has an accepted answers - jump to answer

Answers

  • rf1234rf1234 Posts: 2,801Questions: 85Answers: 406
    edited January 2020 Answer ✓

    Have you tried a polyfill?

    This one might help with your IE issue: https://github.com/inexorabletash/polyfill
    https://cdnjs.com/libraries/js-polyfills

    Since I implemented it I haven't had any issues with IE.

    <!--Javascript Polyfills-->
        <script src="https://cdnjs.cloudflare.com/ajax/libs/js-polyfills/0.1.42/polyfill.min.js"></script>    
    
  • allanallan Posts: 61,436Questions: 1Answers: 10,049 Site admin

    Can you give us a link to a page showing the issue? Also what version and what is your DataTables initialisation (i.e. are you enabling state saving)?

    Allan

  • mostafasalhmostafasalh Posts: 3Questions: 2Answers: 0

    Thanks a lot Mr. rf1234 and Mr. Allan

This discussion has been closed.