gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.84k stars 625 forks source link

Table rendered with Auto Page, renders just a few rows in the first page #1264

Open madha83 opened 1 year ago

madha83 commented 1 year ago

Hello,

This is such a great library and it's really helpful. Just found a small issue and wanted to bring it up to see if you have any workaround or you already have fix for it.

I have rendered a table with autoPage: true and the table starts to render from the middle of the page.

In the generated PPT, the first slide just renders 4 rows of the table and proceeds to subsequent slides and renders everything else. The Subsequent slides look good. Just the first slide.

I have tried to start the rendering of the autoPaged Table from a fresh slide also. The results are the same.

Kindly advise.

PPT Library Version: 3.11.0