Data row data update

Data row data update

bindass22bindass22 Posts: 2Questions: 1Answers: 0

how i can update the data of a particular column on clicking on a button.

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    Use can use column().data()

  • bindass22bindass22 Posts: 2Questions: 1Answers: 0

    Hi colin, I was able to get the data and perform the operation on the data showing in the what i want to do is, after performing the operation I want to save the data back in the table to reflect the update of the data.

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    Where does your data live? A database? the DOM?

This discussion has been closed.