SharpDocx
SharpDocx copied to clipboard
Table in Table not working
I have created a table in an outer table. Unfortunately, in this case AppendRow(); does not work properly in the child table.
Word-File:

What is generated:

What I expect:

@Int32Overflow i have the exact same problem, have you find a way to go around that ?
No I have not found a solution or a work around.🥺
Thx for the prompt answer !
For information the issue seems to be around the behaviour of the <%AppendRow();%> function when it is placed in a table loop, just after an inner loop.
My inner loop does not create an inner table, just loop and display text in 1 row of the table.
Removing the {! on main loop to generate multiple tables fails in the same way if <%AppendRow();%> is set, but it works fine without AppendRow