Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-5
-
Fix Version/s: 1.0-alpha-5
-
Component/s: None
-
Labels:None
-
Environment:WinXP, Maven 2-beta-4
-
Number of attachments :
Description
When generating multi-table reports in M2, the columns is not aligned on different tables since there is no control on the width.
Something like this
--------------+
--------------+
--------------+
-------------------+
-------------------+
------------------+
Please patch this. This will give control on the column width of table cells.
Now you can do, sink.tableCell("20%") or sink.tableCell("200")
tableCell(String width) where width can be percentage or pixel.