Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG| Auto-paging in slide.addTable is not respecting in newly added slide #1319

Open
agabale-maersk opened this issue Feb 9, 2024 · 1 comment

Comments

@agabale-maersk
Copy link

I am using autopaging while generating pptx file using PPTXGenjs library. I have more than 30 records to be aaded to table. I set autopage: true to parent slide along with width,height, X and Y co-ordinates for the table. Auto paging creating a new slide and adding remaining records there, but again in newly added slide records are overflowing and not respecing auto-paging there.

slide10.addTable(stakeHolderTable,{x:0.5,y:0.5,w:9,autoPage:true,autoPageRepeatHeader:true,newSlideStartY:0.5});

Skiiping remaining code. Kindly advise on this one.

@agabale-maersk
Copy link
Author

@gitbrent Kindly advise on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant