'Flash' a cell after Ajax update?
'Flash' a cell after Ajax update?
mckormick
Posts: 1Questions: 1Answers: 0
Hi - I have a datatable bound to an ajax datasource.
Is there an event I could monitor so that I could update the css for a particular cell to have it 'flash' if and when the value changes?
Many thanks in advance.
This discussion has been closed.
Answers
Currently no - you would need to trigger that event or callback yourself when you update the cell's content. There is not
updated-cell
event (yet).Allan