Rewrite row

Rewrite row

seraviferseravifer Posts: 5Questions: 2Answers: 0

Frist, I save the new data by Ajax. Then I add the row:

$("tr[id='"+row_id+"'] td[class*='empresa']").html(response);
table.row("tr[id='" + row_id + "']").data().draw(); // Problem

The problem is that the function does not rewrite the table simply does nothing.
Because if I sort the rows that remember the old value it had.

This discussion has been closed.