Hi Allan.I want you something about using fnUpdate in dataTable api .I want to update my row with specify row How can I do ? The given on document (dataTable. net/api) didn't understand.
I would suggest using row().data() rather than the legacy fnUpdate method.
row().data()
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
I would suggest using
row().data()
rather than the legacy fnUpdate method.Allan