Is it possible to add a 'please wait, page is loading' kind of custom spinner gif or modal message?
Adding a wait spinner
(4 posts) (2 voices)-
-
Hi,
currently Ajax-calls already have the indicator. We might consider adding that as a feature for all reports.--
myDBR Team -
Is it possible for me to add that myself?
-
With a bit effort yes.
You could do it by creating a myDBR extension that would contain the needed js (for indicator div handling) and PHP (flushing the buffer in order to get the div displayed). In the report you would need to include the div and call the extension before the slow query.
--
myDBR Team
Reply
You must log in to post.