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