Skip to content

Can't set font size if using opt_interactive #1693

@fieldsa83

Description

@fieldsa83
#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()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions