:fix: rowSpan
continue cell should has the same border to the first row cell
This commit is contained in:
@ -87,6 +87,7 @@ export class Table extends XmlComponent {
|
||||
for (let i = rowIndex + 1; i <= endRowIndex; i++) {
|
||||
rows[i].addCellToIndex(
|
||||
new TableCell({
|
||||
borders: cell.options.borders,
|
||||
children: [],
|
||||
verticalMerge: VerticalMergeType.CONTINUE,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user