prawnpdf / prawn-table

Provides support for tables in Prawn
Other
205 stars 98 forks source link

Table doesn't have some of the line at end in pdf #123

Open purtichoudhary opened 4 years ago

purtichoudhary commented 4 years ago

@pdf_file.table table_data, :cell_style => { size: 4, width: 90, :border_width => 0 }

I am using this command to draw table in my pdf file. I have verified that table_data contains all the data I need to show in the table. But when I download the pdf the table doesn't include last 4-5 rows from the table_data.