removed change from tableExport.js

This commit is contained in:
Godfrey M 2022-05-12 09:20:19 -07:00
parent 83d0743ab8
commit 54f5e268a0

View file

@ -84,7 +84,7 @@
pdfmake: {
enabled: false, // true: use pdfmake instead of jspdf and jspdf-autotable (experimental)
docDefinition: {
pageOrientation: 'landscape', // 'portrait' or 'landscape'
pageOrientation: 'portrait', // 'portrait' or 'landscape'
defaultStyle: {
font: 'Roboto' // default is 'Roboto', for arabic font set this option to 'Mirza' and include mirza_fonts.js
}