fnUpdate is not working for paginated rows

fnUpdate is not working for paginated rows

ronnjoeronnjoe Posts: 4Questions: 2Answers: 0

Hi,

I am having a requirement that, once the data table finished loading, I need to make an Ajax request to update one of the column for my entire table, I am using a row id to update the specific rows column with its value. When i use fnUpdate, it is giving me an error saying that "TypeError: oSettings.aoData[iRow] is undefined". I figured the cause of it, as fnUpdate is only searching for the row in a current page and not for the entire table. Can anyone help me with a workaround to update the entire table with specific to its row id

Thanks in advance,
Joe Jerald

This discussion has been closed.