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
Hello, is there a way to condition (or @render.ui) a @render.download button in shiny express? My specific use-case is if a row is selected in a DataGrid, show the download button. Thanks!
The text was updated successfully, but these errors were encountered:
You can use render.express, which is similar to using render.ui, except where render.ui requires the function to return the UI components, render.express allows you to write code with Express syntax, where the UI components are automatically captured from evaluating the code.
Hello, is there a way to condition (or
@render.ui
) a@render.download
button in shiny express? My specific use-case is if a row is selected in aDataGrid
, show the download button. Thanks!The text was updated successfully, but these errors were encountered: