Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter output #10

Open
DataKritter opened this issue Jan 9, 2023 · 0 comments
Open

filter output #10

DataKritter opened this issue Jan 9, 2023 · 0 comments

Comments

@DataKritter
Copy link

Is it possible to only show certain columns in the output? For example, using your example script, if I change the call to DT::renderDataTable to just show the mpg and cyl columns, the table is indeed filtered, but is no longer reactive or responding to the filters selected.

  output$data <- filterSet$output() %>%
    select(mpg, cyl) %>%
    DT::renderDataTable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant