How to update a cell's value
How to update a cell's value
![belmaiastar](https://secure.gravatar.com/avatar/ff24a0ea2c42ec5339a655ce2d318162/?default=https%3A%2F%2Fvanillicon.com%2Fff24a0ea2c42ec5339a655ce2d318162_200.png&rating=g&size=120)
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