Replies: 1 comment 2 replies
-
Add iris %>%
count(Species) %>%
gt() %>%
as_raw_html() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is probably a simple one but the correct search terms are eluding me, how to set the column width to adjust to content for HTML tables in quarto? specifically,
gt
tables.In markdown, this was the default behavior but with quarto the table maximizes to take the full space, consider this simple example where you have a very small table.
When executed interactively the table renders small on the RStudio's Visual Editor, but when rendered, the table expands to the full page layout width.
Beta Was this translation helpful? Give feedback.
All reactions