Redraw Datable

Redraw Datable

marcoacmmarcoacm Posts: 2Questions: 2Answers: 0
edited July 2014 in Free community support

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.