Skip to content
Advertisement

Tag: rhandsontable

How to consolidate action buttons for individual objects into a single selectInput() in R shiny?

The code posted below allows the user via clicks of action buttons to add/delete individual rhandsontable tables for data input. For deletion each table has its own action button underneath. Any ideas how to consolidate those delete action buttons into a single selectInput() where all tables are listed for deletion? I’ve tried un-nesting the deletion function observeEvent(input[[btnID]]…) which triggers a

Advertisement