I have a grid that is reconfigure (referesh data) every 10 seconds (with AJAX). So the renderer function calls every 10 second and we have Value of current cell.
How can I compare value of current data with old data? Or simply, how can I get the old data in renderer function?
If we can not access old data, is there another solution to handle this?
Thank you in Advance