kcuilla / reactablefmtr

Streamlined Table Styling and Formatting for Reactable
https://kcuilla.github.io/reactablefmtr/
Other
208 stars 27 forks source link

background color #27

Closed Jorge-hercas closed 2 years ago

Jorge-hercas commented 2 years ago

Hi and thanks for reading me. Its possible to change the background color using a custom theme?

kcuilla commented 2 years ago

Hi, there is not an option currently to change the background color for the custom themes, but I will look into adding that as an enhancement

kcuilla commented 2 years ago

Hi Jorge,

Sorry for the delay on this. In the dev version, you can now change the background within each reactablefmtr theme with background_color:

reactable(iris, theme = reactablefmtr::default(background_color = "lightblue"))

themebackgroundcolor

Jorge-hercas commented 2 years ago

That's amazing, thank you very much!