Prework
couldn't find any similar request in the issue list
Proposal
There is a DT package in R that is adopted from JS datatable package. This means a lot of its features are hidden and have to be passed through nested list(), which is very hard to remember. The only reason we still use DT package is the input$tabname_rows_selected reactive variable that is not available in gt (as yet).
I suggest gt package to also allow row selection to be detected in a shiny app as an input$.. variable. Then gt would be a compelling replacement of the DT package.
Prework
couldn't find any similar request in the issue list
Proposal
There is a
DTpackage in R that is adopted from JS datatable package. This means a lot of its features are hidden and have to be passed through nested list(), which is very hard to remember. The only reason we still use DT package is theinput$tabname_rows_selectedreactive variable that is not available ingt(as yet).I suggest
gtpackage to also allow row selection to be detected in a shiny app as aninput$..variable. Then gt would be a compelling replacement of the DT package.