Updating row without using fnupdate
Updating row without using fnupdate
Hi,
Let me know if my below approach is recommended.
I am using datatable this way:
I have a table with around 50-100 rows.
I initiate a ajax async request for each row to fetch additional data for a feild.
Apply datatable so that now my rows are Paginated in 10's.
In my ajax req. Complete function I update the table each row using below:
I get all the nodes using getnodes and I use this Array object to find my row update its corresponding feild value.
E. G $(node).find(". Class").text("val").
It is working for me...
Let me know if my below approach is recommended.
I am using datatable this way:
I have a table with around 50-100 rows.
I initiate a ajax async request for each row to fetch additional data for a feild.
Apply datatable so that now my rows are Paginated in 10's.
In my ajax req. Complete function I update the table each row using below:
I get all the nodes using getnodes and I use this Array object to find my row update its corresponding feild value.
E. G $(node).find(". Class").text("val").
It is working for me...
This discussion has been closed.