gt icon indicating copy to clipboard operation
gt copied to clipboard

How to increase row height when render to PDF file

Open reddylee opened this issue 6 months ago • 1 comments

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.

reddylee avatar Aug 19 '24 17:08 reddylee