hi all,
is there a way to do rowspan using table of pdfwriter?
i need to create a table like below:
+--------------------+
| MYTABLE | -> tbl.columns['MYTABLE'] =
PDF::SimpleTable::Column.new(“MYTABLE”) { |col|
±-------------------+ col.heading =
PDF::SimpleTable::Column::Heading.new(“MYTABLE”)
|attr1 val1 | col.heading.justification = :center
|attr2 val2 | }
|attr3 val3 |
| |
| |
±-------------------+
attrN = left alignment
valN = right alignment
:tele