Skip to content

fixed issue 1231 - #1391

Open
ChanKamWo wants to merge 1 commit into
gitbrent:masterfrom
ChanKamWo:pr-fix-issue-1231
Open

fixed issue 1231#1391
ChanKamWo wants to merge 1 commit into
gitbrent:masterfrom
ChanKamWo:pr-fix-issue-1231

Conversation

@ChanKamWo

Copy link
Copy Markdown

Fixed addTable issue when autopage and rowspan are set, #1231

Here is the working example https://codesandbox.io/p/sandbox/ppt-autopage-rowspan-bug-forked-5rs3f3

@ChanKamWo ChanKamWo mentioned this pull request May 20, 2025
4 tasks
@gitbrent gitbrent self-assigned this Aug 4, 2025
@gitbrent gitbrent added this to the 4.1.0 milestone Aug 4, 2025
@lofcz

lofcz commented Aug 24, 2026

Copy link
Copy Markdown

Hey, this is already fixed in pptxgenjs-plus - switching to a maintained fork of pptxgenjs is one line.

Change dependency:

npm uninstall pptxgenjs
npm i pptxgenjs-plus

And update your imports:

- import pptxgen from "pptxgenjs"
+ import pptxgen from "pptxgenjs-plus"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants