How to update a cell's value

How to update a cell's value

belmaiastarbelmaiastar 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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    Answer ✓

    Possibly you could use row().invalidate(), but to be certain we'd need to see the full code - and ideally a test case.

    Allan

This discussion has been closed.