fnDraw Not Updating Table Contents
fnDraw Not Updating Table Contents
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.
Currently, we have:
[code]
$("body").on("table-updated") {
this.table.fnDraw(true);
}
[/code]
Thanks in advance.
This discussion has been closed.
Replies
Allan