Skip to content
Snippets Groups Projects
Commit 6c212fe3 authored by Arnold van der Meulen's avatar Arnold van der Meulen
Browse files

Header row for domain results table

parent 9d90e8b1
Branches dd-rails-5
No related tags found
1 merge request!48Generate PDF report. Use custom font.
......@@ -62,7 +62,9 @@ class ResponseReport < Prawn::Document
end
table_data.unshift %w(Domein Normpopulatie Kwartiel Niveau)
table table_data, column_widths: [150, 150, 80, 120], header: true
table(table_data, column_widths: [150, 150, 80, 120], header: true) do
row(0).style font_style: :bold
end
end
def answers_table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment