I'm using Prawn and need to make the Header row bold but I can't find any solution in the API.
Here you can see my current table with normal text Headers
pdf.table (Data, :header => true) do
table.header=(["Header1", "Header2", "Header3", "Header4"])
end