how i can update the data of a particular column on clicking on a button.
Use can use column().data()
column().data()
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.
Where does your data live? A database? the DOM?
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use can use
column().data()
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.
Where does your data live? A database? the DOM?