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