Mandatory Sections
This commit is contained in:
@ -10,7 +10,9 @@ const table = new Table({
|
||||
columns: 4,
|
||||
});
|
||||
|
||||
doc.add(table);
|
||||
doc.addSection({
|
||||
children: [table],
|
||||
});
|
||||
|
||||
table.getCell(2, 2).add(new Paragraph("Hello"));
|
||||
|
||||
|
Reference in New Issue
Block a user