Related to my post about slow page load, I have a page that loads, but then some of the tables need time to process and the display update lags the page load. What’s the way to attach a “loading” pop-up to a component on a page? If that’s not the right way to think about this, where should I put it?
It might not be valid, but if you have a way to count the number of records (that needs to be loaded on that page) ahead of the load (so it’s stored in a basic number column), you can do a rollup in tandem with it.
Show the loading component when the rollup is less than the “basic” number.