issues representing docx table within "each" loop
-
Hello,
I'm trying to create a docx report with submarkets array, and a nested items array. I want each submarket to repeat a table of items. Here's a playground ilustrating my problem:
https://playground.jsreport.net/w/lukuser/cleGQAvm
Template V2 seems to represent tables for each 2 items one on top of another. While template V2.1 doesn't show any data. The difference between them is the location of the initial tag {{#each submarkets}}. In both templates the submarkets table seems to be correctly between {{#each submarkets}} tag and the closing {{/each}} tag, but in template V2 it is higher (under the black header).
-
Hello, @admin, I'm just following up on this issue.
-
hi!
for template v2.1 is clear that the issue is that the loop does not output anything, for template v2 what is the issue?
it is the that the rows are overlapping each other, right?
i have added to the backlog to check this case, we will get to it.