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);

ferreirapmferreirapm 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);

Answers

This discussion has been closed.