bpampuch / pdfmake

Client/server side PDF printing in pure JavaScript
http://pdfmake.org
Other
11.49k stars 2.03k forks source link

Cell getting cut off when using dontBreakRows, rowSpan, and fillColor #1836

Open Eastonium opened 4 years ago

Eastonium commented 4 years ago
var dd = {
    content: {
        table: {
            dontBreakRows: true,
            body: [
                [{ text: "first line\nsecond line", rowSpan: 2, fillColor: "lightgrey" }],
                [null],
            ],
        }
    }
}

image

AyngDevs commented 4 years ago

Same here!

alexvrv commented 1 year ago

Any fix for this? :(

youssefjbr6 commented 1 week ago

dontBreakRows: true, to be false