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

How to increase row height when render to PDF file #1845

Open
reddylee opened this issue Aug 19, 2024 · 1 comment
Open

How to increase row height when render to PDF file #1845

reddylee opened this issue Aug 19, 2024 · 1 comment

Comments

@reddylee
Copy link

Prework

mtcars |> head(20) |> gt() |> tab_options( data_row.padding = px(10) )

Question

tab_options( data_row.padding = px(10) ) part does not work when render to pdf file. Is there a solution to fix it? Thanks.

@olivroy
Copy link
Collaborator

olivroy commented Aug 20, 2024

Currently, data_row.padding is respected only in html. It is ignored for other formats. #1098 requests it for the word output format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants