Best way to change cell class when data changes?

Best way to change cell class when data changes?

vogomatixvogomatix Posts: 38Questions: 3Answers: 7
edited October 2014 in DataTables 1.10

When the data content of a cell is changed, the render function draws it, but this only accesses the cell data. What is the best way to change the attributes of the td/th cell based on the (changed) data value.

I can see fnCreatedCell and rowCallback are called when the cell/row is created, but this is an update.

This discussion has been closed.