bohemian
unread,Feb 10, 2012, 4:50:02 AM2/10/12Sign 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
Hi.
I'm having troubles with using colspan. Consider this simplified
example:
table [
[{content: 'A', colspan: 3}],
['A', 'B', 'C']
], width: 400
table [
[{content: 'A'*10, colspan: 3}],
['A', 'B', 'C']
], width: 400
I want both tables to have fixed width no matter what content. First
table gets proper width while second one doesn't. It gets shortened. I
can't figure why. Am I doing something wrong?