Update a table
Update a table
yugan91
Posts: 1Questions: 1Answers: 0
I need to update my database table row using data tables I have retrieved data from database table and i need to update a row called status, please help me if you got anything
Thanks in advance
This discussion has been closed.
Answers
Without knowing your specific case I can suggest the following.
You can use
rows().data()
in order to get or set data for specific row.After you've added any data you need to use -api draw()` as the new data wont be rendered to the page in it is called.
Thanks
Tom