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