You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When nesting a table with FOR loop inside a table row that is also rendered with a FOR loop, the whole nested table is not rendered.
When the nested loop is not repeating nested table rows, the values are rendered, as in the second table inside example.
When nesting a table with FOR loop inside a table row that is also rendered with a FOR loop, the whole nested table is not rendered.
When the nested loop is not repeating nested table rows, the values are rendered, as in the second table inside example.
Example :
![template_example](https://user-images.githubusercontent.com/2254498/171204351-bdf9fbdd-f471-4b1a-90c0-8bf93b3aa825.jpg)
nested_table.docx
Result:
![table_not_rendered](https://user-images.githubusercontent.com/2254498/171202816-7573632a-3cac-477e-b16f-dcab6a7bfaa5.jpg)
![table_expected](https://user-images.githubusercontent.com/2254498/171203135-a06f9066-3705-4817-a3b8-ad18cdf664ee.jpg)
Expected result:
-Environment:
Nodejs v15.11.0
[email protected]
The text was updated successfully, but these errors were encountered: