Open marciogurka opened 1 year ago
Another report here: https://forum.bryntum.com/viewtopic.php?p=150034#p150034
In our docs https://bryntum.com/products/gantt/docs/api/Grid/feature/export/PdfExport#config-paperFormat, we mention that paper format can be A1
, A2
, ... but when applying either A1 or A2 in config, it fails.
This is happening because we have a missing entries for A1 and A2
in the PaperFormat Object
in Grid/feature/export/Utils.js
.
Any update on this? Best Regards
Forum post
"I have a question regarding the pdfexport and its "paperformat" property. According to the documentation the formats "A1" and "A2" are available. But in the dropdown these two are not selectable. If I set the value "A1" for the "paperformat" property the export fails -> others are working. Is there another property that has to be set and is not in the documentation?"
Checking the
Grid/feature/export/Utils.js
we haveSo we're missing A1 and A2. Do we support that and need to add that configuration? Or do we need to update our docs and remove those options?