Update a row

Update a row

romepatelromepatel Posts: 3Questions: 0Answers: 0
edited January 2010 in General
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.....!!!

Replies

  • allanallan Posts: 62,029Questions: 1Answers: 10,168 Site admin
    Hi romepatel,

    You can use the API function fnUpdate ( http://datatables.net/api#fnUpdate ) to update a row using an array.

    Allan
This discussion has been closed.