Skip to content

row selection reactive variable needed for shiny app #1368

@sanjmeh

Description

@sanjmeh

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions