div(style='height:600px; overflow-y: scroll',
tableOutput("view")
)
Example scroll both directions:
div(style='height:600px; width:300px; overflow: scroll',
tableOutput("view")
)
It would be nice to specify the size as a percentage of the browser window with notation such as 80% instead of 600px. But I haven't been able to get that to work. Anyone else?
Jonathan