Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set font size if using opt_interactive #1693

Closed
fieldsa83 opened this issue Jun 5, 2024 · 0 comments · Fixed by #1766
Closed

Can't set font size if using opt_interactive #1693

fieldsa83 opened this issue Jun 5, 2024 · 0 comments · Fixed by #1766
Assignees

Comments

@fieldsa83
Copy link

#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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants