gt
gt copied to clipboard
How to increase row height when render to PDF file
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.