Is fnUpdate not active?
Is fnUpdate not active?
ehudg
Posts: 2Questions: 2Answers: 0
Hi
I'm using Datatalbe version 1.10.4, and the function fnUpdate is undefined.
The code:
CartDt.fnUpdate(prd, 0);
Is there a different function other then this one: http://legacy.datatables.net/ref#fnUpdate
Thanks
This discussion has been closed.
Answers
See the second top FAQ. In this case if you want to use the legacy API use
$().dataTable()
(lowercase D). I would suggest usingrow().data()
instead though.Allan