We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why layout in second and third table is disrupt?
var dd = { content: [ { table: { widths: ['50%', '50%'], body: [ [ {rowSpan: 4, stack: [ 'text1', ], }, 'text2' ], ['', 'text3'], ['', 'text4'], ['', 'text5'], ['', 'text6'] ], }, }, '-', { table: { widths: ['50%', '50%'], body: [ [ {rowSpan: 4, table:{body:[['tcol1','tcol2']]} }, 'text2' ], ['', 'text3'], ['', 'text4'], ['', 'text5'], ['', 'text6'] ], }, }, '-', { table: { widths: ['50%', '50%'], body: [ [ {rowSpan: 4, columns:['col1','col2'] }, 'text2' ], ['', 'text3'], ['', 'text4'], ['', 'text5'], ['', 'text6'] ], }, }, ] }
The text was updated successfully, but these errors were encountered:
The same issue was reported in #2069 with a simpler example
Sorry, something went wrong.
Fixed by PR #2764. Released in version 0.2.11.
No branches or pull requests
Why layout in second and third table is disrupt?
The text was updated successfully, but these errors were encountered: