# NOT RUN {
data <- iris[10:29, ]
## Standard dark theme
reactable(data,
theme = dark())
## Additional options applied
reactable(data,
theme = dark(font_size = 12, font_color = "red", cell_padding = 3))
# }
Run the code above in your browser using DataLab