I have implemented a box on R shiny dashboard page using box() function, it loads the table and represents a column full of population numbers. However the numbers overshoot the table and it looks very bad. I wish to add a scrollbar to the box such that the data remains within the box and I can scroll down easily.
box( title = "Btest", status = "primary",height = 355, solidHeader = T,
tableOutput("table1"))