Skip to content

Instantly share code, notes, and snippets.

@dholstius
Created March 18, 2015 19:12
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 dholstius/917a76d1f5dadfb6978a to your computer and use it in GitHub Desktop.
Save dholstius/917a76d1f5dadfb6978a to your computer and use it in GitHub Desktop.
Searchable columns using DT::datatable()
mtcars %>%
datatable(options = list(columnDefs = list(list(searchable = TRUE, targets = 1:3))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment