You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not really an issue, but specific application question.
I have an app where a user chooses a file name from a drop-down menu (selectizeInput) and confirms the choice with an actionButton. The app will display the results in the DT::dataTableOutput format.
I'd like to be able to show a loading screen (using shinydashboardloader package) but only AFTER a user presses the actionButton. Prior that I'd like to show an empty screen. Additionally, if a user wants to try several files in one session, the loading screen should appear every time the actionButton has been pressed and disappear when the dataset has been loaded.
The loader appears before the actionButton is pressed and doesn't appear when a user wants to load second, third, etc. file as there's already an output in the main panel from the previous process.
I asked the same question on StackOverflow, got some useful pointers, but I'm not sure if they are relevant to shinycustomloader.
Hope it all makes sense but let me know if not!
The text was updated successfully, but these errors were encountered:
It's not really an issue, but specific application question.
I have an app where a user chooses a file name from a drop-down menu (
selectizeInput
) and confirms the choice with anactionButton
. The app will display the results in theDT::dataTableOutput
format.I'd like to be able to show a loading screen (using
shinydashboardloader
package) but only AFTER a user presses the actionButton. Prior that I'd like to show an empty screen. Additionally, if a user wants to try several files in one session, the loading screen should appear every time theactionButton
has been pressed and disappear when the dataset has been loaded.If I simply use
The loader appears before the
actionButton
is pressed and doesn't appear when a user wants to load second, third, etc. file as there's already an output in the main panel from the previous process.I asked the same question on StackOverflow, got some useful pointers, but I'm not sure if they are relevant to
shinycustomloader
.Hope it all makes sense but let me know if not!
The text was updated successfully, but these errors were encountered: