Fixed SynopticTable width

This commit is contained in:
Giancarlo Panichi 2020-05-28 17:30:50 +02:00
parent 83a0a9b08f
commit 9e5baee0f6
2 changed files with 10 additions and 4 deletions

View File

@ -494,7 +494,10 @@ public class SynopticTableAnnualPanelResult {
startY : yPos,
pageBreak : 'auto',
bodyStyles : {
fontSize : 9
fontSize : 7
},
bodyStyles : {
minCellWidth : 16
},
//didDrawCell : checkColor,
didParseCell : checkColor,

View File

@ -489,7 +489,10 @@ public class SynopticTablePanelResult {
startY : yPos,
pageBreak : 'auto',
bodyStyles : {
fontSize : 9
fontSize : 7
},
bodyStyles : {
minCellWidth : 16
},
//didDrawCell : checkColor,
didParseCell : checkColor,