Skip to content

table patch fix#8

Draft
nadine-nguyen wants to merge 1 commit intomainfrom
table-width-fix
Draft

table patch fix#8
nadine-nguyen wants to merge 1 commit intomainfrom
table-width-fix

Conversation

@nadine-nguyen
Copy link
Collaborator

@nadine-nguyen nadine-nguyen commented Feb 9, 2026

https://github.com/gojasper/beta-app/pull/8425

Ticket(s)
ROO-4804
Problem Statement
Tables in the Document Editor were appearing too narrow when exported as PDF files. This occurred because Lexical table cell nodes didn't have explicit width values set, causing them to render with minimal width during PDF generation via HTML-to-PDF conversion. The narrow tables made content difficult to read and created a poor user experience when downloading documents.

Scope of Work
Use a patch file to override the exportDOM behavior for tables, to use the real clientWidth instead of the default 75px from Lexical's constants when the width is missing from the Table Cell state

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

Successfully merging this pull request may close these issues.

1 participant