Redraw Datable
Redraw Datable
marcoacm
Posts: 2Questions: 2Answers: 0
How do I redraw a datatable after changing its content html.
I use jquery to change the html of the table like this.
$.get("table_content.php").done(function(data){
$('#mytable').html(data);
});
but, after I do that I need the datatable to redraw. I have try everything, please help.
This discussion has been closed.