I've got an Rstudio shiny webpage with a sidePanel
and a mainPanel
, and I want to maximise the usable space for the mainPanel
on a 1920x1080 screen.
Even if I use this in gvisTable
:
gvisTable(tabData,options=list(height='100%',width='100%'))
There is still about 200px unused by the mainPanel
on the right hand side of the screen.
Any ideas why this might be happening? Is there an upper limit on width for mainPanel
?