Closed Claudius-Appel closed 6 months ago
If no row is selected, these buttons will just do nothing. Instead, they must issue shinyWarnings.
mockup:
if (is.na(input$row_selected)) { shinyNotification() } req(input$row_selected) # the rest of the callback requires this parameter to be set.
Additionally, the buttons are now simply not available until tbl_dir_files is populated.
tbl_dir_files
If no row is selected, these buttons will just do nothing. Instead, they must issue shinyWarnings.
mockup: