Slide 16
Slide 16 text
QEGNBLFKTͱ
rowSpan, colSpan
QEGNBLFͷ͍͍ͱ͜Ζᶅ
const docDefinition = {
content: [{
table: {
widths: [100, 100, 100],
body : [
[{text:'⽂章', rowSpan: 2}, '⽂章', '⽂章'],
['', {text:'⽂章', colSpan: 2}, '']
]
}
}]
};
pdfMake.createPDF(docDefinition).open();