Prevent showing output until the action button is clicked

In my shiny app the results (output) must be shown only after an action button is clicked, but I have two table results that are shown with default numbers before the action button is clicked. Is there any way to prevent the output from being shown before the processing of data?

Can you help us help you ?

This will guide you toward providing a small reprex and give us more information so that we are sure to be in sync. thanks!

With what I understand, you could use conditional panel.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.