Skip to content

Instantly share code, notes, and snippets.

@charlesmilk
charlesmilk / app.R
Created May 26, 2016 16:31
Shiny - The grey bar is not follow the size of the plots bigger than the window size
library(shiny)
library(shinyjs)
library(DT)
data("cars")
ui <- tagList(
useShinyjs(),
navbarPage("OSD",