Skip to content

Instantly share code, notes, and snippets.

@amy17519
Created August 6, 2016 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amy17519/ab9178db4647873e48618874d01d0a21 to your computer and use it in GitHub Desktop.
Save amy17519/ab9178db4647873e48618874d01d0a21 to your computer and use it in GitHub Desktop.
output$table <- renderDataTable(kidtable,
options=list(aLengthMenu = c(15,25,50),
iDisplayLength = 15,
columnDefs = list(list(width = '160px', targets = c(10,11)),
list(width = '120px', targets = c(4,5)),
list(width = '200px', targets = 3))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment