draw not working in IE9

draw not working in IE9

smanepallismanepalli 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?

Answers

This discussion has been closed.