Not Able to show data tables on resubmit

Not Able to show data tables on resubmit

n_kishoren_kishore Posts: 1Questions: 0Answers: 0
edited February 2011 in TableTools
Hi,
I have started using data tables... Please find below my question...
I have created a ...

I use Jquery to call the server to return a string of the following format...
String resultStr = "......";
once i receive the string via jquery post, i am populating tbody like
$("#result_body").html(retutnStr);
$("#example").dataTable();

For the first time it shows the data table correctly.... But on subsequent posts, it is not displaying the table correctly...it will display the normal table...but when i click on any data tables controls...it shows correctly....

I tried using bDestroy option also...in that case...the table rows kept of increasing...the old data is not replaced...
Could you please help me resolve the issue....
This discussion has been closed.