It would be great if GT could be used in Shiny as way for reactive inputs. That is, a user clicks on a row in a GT and passes data from that row as a reactive input. Datatable has this capability. When user clicks a row in a datatable, we can access the selected row with:
input$tableId_rows_selected
see here:
https://stackoverflow.com/questions/28274584/get-selected-row-from-datatable-in-shiny-app
Thanks very much!
It would be great if GT could be used in Shiny as way for reactive inputs. That is, a user clicks on a row in a GT and passes data from that row as a reactive input. Datatable has this capability. When user clicks a row in a datatable, we can access the selected row with:
input$tableId_rows_selected
see here:
https://stackoverflow.com/questions/28274584/get-selected-row-from-datatable-in-shiny-app
Thanks very much!