Reputation: 3022
Is there a way to make an rPivotTable reactive so if you click on a value you can get to the underlying rows?
tabPanel("Pivot Table",
shinycssloaders::withSpinner(
rpivotTableOutput("pivot_table")
)
)
Upvotes: 0
Views: 55