Update a row
Update a row
Hello,
I want to update the whole row of the table,
I have written my own Ajax Call for updating the data in the database and
i have the array string of all the data to be updated in the row, whose length is equal to the number of columns of the table.
i have a unique row id for each row.
So please help me out........!!
Thanks in Advance.....!!!
I want to update the whole row of the table,
I have written my own Ajax Call for updating the data in the database and
i have the array string of all the data to be updated in the row, whose length is equal to the number of columns of the table.
i have a unique row id for each row.
So please help me out........!!
Thanks in Advance.....!!!
This discussion has been closed.
Replies
You can use the API function fnUpdate ( http://datatables.net/api#fnUpdate ) to update a row using an array.
Allan