I'm working on vuejs app, and for creating/generating report I'm using the pptxgenjs
package, the other important thing is that I'm also using the vuex-i18n
to translating my report in different languages.
the 'pptxgenjs' working find when generating the report in English but when I change the language and generate the report the table get overflow from the page, it should be break the table and continue from next page.
Can anyone please help on this issue, I'm stuck on it.