Hello,
I am using a loading spinner I found on loading.io. I am using a refresh button and my code on it is this...
UpdateContext({varLoading:true});Refresh('[dbo].[CPCHeader]');UpdateContext({varLoading:false})
My issue is that the update property will make the spinner disappear before the actual refresh goes through. Aside from setting a manual delay of a few seconds on the context variable, is there any way to time that variable closer to the actual refresh speed in order to accurately represent the load?
Thanks,
Pat