this is my shiny output of my rpivottable output.
I want to have it like this. The combination of the frames on the left side to select the items.
What is the necessary option to change the style?
output$table2 <- renderRpivotTable({
rpivotTable(db2, aggregatorName = "Count")})
Thanks
Talcom