How to update a cell's value
How to update a cell's value
belmaiastar
Posts: 1Questions: 1Answers: 0
With new API, I can only use
table.row('.selected').data().status = "New status"
But it does not work, the displayed text does no updated.
Do anybody know why?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Possibly you could use
row().invalidate()
, but to be certain we'd need to see the full code - and ideally a test case.Allan