How can I apply per cell highlighting upon a value change?

How can I apply per cell highlighting upon a value change?

goldvgoldv Posts: 1Questions: 1Answers: 0

I would like to apply per cell highlighting on a cell when a value changes. We will have price updates changing the values in the table asynchronously, and when these cells change, I would like to be able to apply some custom styling to the cell which will serve as an indication to the user that the data has changed.

I guess something like a cell update callback is what I'm looking for.

Any advice on the best way to implement something like this using data tables?

This discussion has been closed.