fnDraw Not Updating Table Contents

fnDraw Not Updating Table Contents

srgsrg Posts: 3Questions: 0Answers: 0
edited April 2014 in General
We are trying to update the contents in a dataTable when a javascript array changes, but fnUpdate is not working and appears to be depreciated. We would like to know the correct way to do this.

Currently, we have:

[code]
$("body").on("table-updated") {
this.table.fnDraw(true);
}
[/code]

Thanks in advance.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please link to a test case showing the issue, as clearly stated in the forum rules.

    Allan
This discussion has been closed.