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:
Thanks in advance.
Currently, we have:
$("body").on("table-updated") { this.table.fnDraw(true); }
Thanks in advance.