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 ?

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
This discussion has been closed.
Answers
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.
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
Thanks a lot Mr. rf1234 and Mr. Allan