You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table with alternate row colours row_colors: [@light_grey, @white] and I need to add some transparency to the table so I can see a watermark underneath.
I tried wrapping the table with pdf.transparent(0.1, 1.0) do but the text becomes transparent at well. I there any other way I can set the rows background opacity?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a table with alternate row colours
row_colors: [@light_grey, @white]
and I need to add some transparency to the table so I can see a watermark underneath.I tried wrapping the table with
pdf.transparent(0.1, 1.0) do
but the text becomes transparent at well. I there any other way I can set the rows background opacity?Beta Was this translation helpful? Give feedback.
All reactions