How do I update a table after changing the tables HTML via $('#tablename').html(data);
How do I update a table after changing the tables HTML via $('#tablename').html(data);
ferreirapm
Posts: 1Questions: 1Answers: 0
$('#tablename').DataTable().draw(); does not refresh the table using the new updated HTML. Again the HTML was updated via jquery $('#tablename').html(data);
This discussion has been closed.
Answers
See this thread with a similar question.
Kevin