:fix: rowSpan
can't work when column index out of range
This commit is contained in:
@ -287,6 +287,7 @@ const table7 = new Table({
|
||||
}),
|
||||
new TableCell({
|
||||
children: [new Paragraph("0,3")],
|
||||
rowSpan: 3,
|
||||
}),
|
||||
],
|
||||
}),
|
||||
@ -296,9 +297,6 @@ const table7 = new Table({
|
||||
children: [new Paragraph("1,0")],
|
||||
columnSpan: 2,
|
||||
}),
|
||||
new TableCell({
|
||||
children: [new Paragraph("1,3")],
|
||||
}),
|
||||
],
|
||||
}),
|
||||
new TableRow({
|
||||
@ -311,9 +309,6 @@ const table7 = new Table({
|
||||
children: [new Paragraph("2,2")],
|
||||
rowSpan: 2,
|
||||
}),
|
||||
new TableCell({
|
||||
children: [new Paragraph("2,3")],
|
||||
}),
|
||||
],
|
||||
}),
|
||||
new TableRow({
|
||||
|
Reference in New Issue
Block a user