rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
894 stars 298 forks source link

How to download rpivotTable ouput with shiny Dasboard #226

Closed Lapchenkov closed 7 years ago

Lapchenkov commented 7 years ago

Hi! i'm trying to save data from rpivotTable in my dashboardUI. This part don't send data :

   PivotTable<-reactive({
    rpivotTable(data=cars, onRefresh=htmlwidgets::JS("function(config) {  
   Shiny.onInputChange('myPivotData', config); }"))
     })

I'm trying to do somethink like this: https://stackoverflow.com/questions/44742017/download-rpivottable-ouput-in-shiny-dasboard

bborgesr commented 7 years ago

I've posted an answer to the Stack Overflow post. I've verified that there is no bug here, especially with regard to shinydashboard itself. Since this issue tracker is for reporting bugs or feature requests, I'll close it here and you can look up the answer in Stack Overflow if you're interested.

In addition to Stack Overflow, I also recommend the shiny-discuss forum for questions like these, looking for help with code.