Apex Collections - Complete fetch
Background:
- We are on 18.1
- I have a collection on page load that fetches about ten columns of data. I have three grids on the page that source the data from this collection.
- I have page items that also are inputs to the collection.
- Hence, I have a pl/sql that runs as a dynamic action which updates the collection data whenever these inputs change.
- This data is then used as input to interactive grids' queries.
My questions are :
- If the collection takes time to fetch the data whenever any page item changes, how to ensure that the grid displays the data only with refreshed collected data or at least indicates that the collection data is still in progress ?
0