Highlight changes in realtime DataTable

Highlight changes in realtime DataTable

asadaliasadali Posts: 1Questions: 1Answers: 0

Hi,

I have a DataTable that periodically refreshes its data using an AJAX call to the server with a timer that calls ajax.reload() in order to track real-time changes. Ideally, I'd like for it to change the color of any cell whose data changed on the reload so that the user can easily see what's changing. Is there any way to do that? Does ajax.reload() simply discard the old data entirely?

Thanks,

Asad

This discussion has been closed.