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")
)
)
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")
)
)
Copyright © 2021 Jogjafile Inc.