Fixed SynopticTable dimensions

master
Giancarlo Panichi 4 years ago
parent 11f2124a3e
commit 352a394c1c

@ -495,7 +495,7 @@ public class SynopticTableAnnualPanelResult {
pageBreak : 'auto',
bodyStyles : {
fontSize : 6,
minCellWidth : 12
minCellWidth : 11
},
//didDrawCell : checkColor,
didParseCell : checkColor,

@ -490,7 +490,7 @@ public class SynopticTablePanelResult {
pageBreak : 'auto',
bodyStyles : {
fontSize : 6,
minCellWidth : 12
minCellWidth : 11
},
//didDrawCell : checkColor,
didParseCell : checkColor,

Loading…
Cancel
Save