Replies: 1 comment 1 reply
-
As described in the documentation, this option is mostly for markdown tables, see https://quarto.org/docs/reference/formats/html.html#tables. If you want more control, then you have to use dedicated R packages and handle the size within those R packages such as |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description
I am making a Quarto reveals presentation and want to display a couple of data frames in paged view. That works but the columns are quite asymmetric in width and I'd like to make all 4 of them equal.
I've tried the following but it doesn't do anything. Is it possible to change printed df col widths when setting df-print:paged?
Beta Was this translation helpful? Give feedback.
All reactions