Datatable reload is not working in Internet Explorer 11

Datatable reload is not working in Internet Explorer 11

sameerpanickersameerpanicker Posts: 1Questions: 1Answers: 0

I am using jquery 3.2.1 and have a datatable which populates data on page load. After the user edits a row, I am using datatable.ajax.reload() method to reload the datatable without losing the column sort. This works fine in chrome but in IE the behavior is wierd. It reloads the data, but after the reload it automatically refreshes the entire page again.

This is causing the sorting to be reverted again, calls are made again. Can anyone please let me know how to resolve this issue ?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @sameerpanicker ,

    That's not a known issue. We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.