How should I show outdated table?
I have a web-page where table data is fetched from back-end. Now some users might let the page stay there for longer hours and might reload. While reloading, I send an AJAX request to server for fetching potentially newer data. While sending AJAX request I want to make the table disabled. How to do it gracefully ?