draw not working in IE9
draw not working in IE9
smanepalli
Posts: 8Questions: 5Answers: 0
Hi,
I'm trying to clear the table, and then add new data to the table.
Example:
table.clear().draw();
table.rows.add(response);
table.draw();
This code is working in firefox and chrome, but not working in IE9.
How to fix this in IE9?
This discussion has been closed.
Answers
It's working.
It's because of cache.