Asynchronous Loading for Page Data
Posted: July 6th, 2022, 4:32 pm
We'd like to have the ability to load data asynchronously from the page loading itself. This would help in situations where retrieving specific data takes longer than an acceptable amount of time for a page to respond in full. In this case the bulk of the page should load for the end user while the data is retrieved by the controller and loaded into the page when the processing is complete.