0
You need to change the display property of the thead tag. Add the code below in the css file that is specific to render the pdf, for example: app/Assets/stylesheets/pdf.css
thead {
display: table-row;
}
Remembering that this file needs to be included in the pdf template through the tag
<%= wicked_pdf_stylesheet_link_tag 'pdf' -%>