Clarice
unread,Jun 22, 2009, 12:20:13 PM6/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prawn
Hello,
I'm having problems setting the width of cells in a table. I'm using
the following code I found in the prawnto documentation and the line
pertaining to cell widths doesn't seem to have any effect. Has anyone
experienced a similar problem? Thanks in advance!
pdf.table mapped,
:widths => { 0 => 300, 1 => 300, 2 => 300, 3 => 300},
:border_width => 0,
:font_size => 10,
:align => { 0 => :left, 1 => :left, 2 => :left, 3
=> :left }
Clarice