Basic table theme

table_theme

Format

An object of class reactableTheme of length 1.

Examples

#> Source Code: table_theme
#> $headerStyle #> $headerStyle$`&:hover[aria-sort]` #> $headerStyle$`&:hover[aria-sort]`$background #> [1] "hsl(0, 0%, 96%)" #> #> #> $headerStyle$`&[aria-sort='ascending'], &[aria-sort='descending']` #> $headerStyle$`&[aria-sort='ascending'], &[aria-sort='descending']`$background #> [1] "hsl(0, 0%, 96%)" #> #> #> $headerStyle$borderColor #> [1] "#555" #> #> #> attr(,"class") #> [1] "reactableTheme"