Is it possible to scroll a wellPanel or column?
I have a simple ui scheme here.
shinyUI( fluidPage( sidebarLayout( sidebarPanel(
Thanks to Carlos Sanchez, here is the answer:
wellPanel(id = "tPanel",style = "overflow-y:scroll; max-height: 600px", other-stuff..)