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
#tiny font size, no interactive
iris %>%
slice(1:4) %>%
gt() %>%
tab_options(table.font.size = px(5L))
#default font size, tab_options has no effect on font size with opt_interactive
iris %>%
slice(1:4) %>%
gt() %>%
tab_options(table.font.size = px(5L)) %>%
opt_interactive()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: