You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to change the vertical distance between two lines in a table's source, but the line-height seems not to work.
Any idea? Many thanks!
library(reactable)
library(reactablefmtr)
library(tidyverse)
mtcars %>%
reactable() %>%
add_source(source=html("<span style='line-height:10%;'>This is a very long<br>long long text</span>"))
I would like to change the vertical distance between two lines in a table's source, but the
line-height
seems not to work.Any idea? Many thanks!
Created on 2023-04-12 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: