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
Hi, I am trying to generate a document with docx template and in my case i need to show a table with static content in first column with data from Root band, but dynamic data in each other columns from ListBand. The structure is like a:
Minimal reproducible example
Data map like this one: ```
{
"Root": { "v1": "some root value"},
"ListBand": ["value 1", "value 2"]
}
Expected behavior
I expect that in table I will see a static content "some root value" in first column, but in second "value 1" and "value 2" in second row.
Actual behavior
Table is not filling, I see a placeholders.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to generate a document with docx template and in my case i need to show a table with static content in first column with data from Root band, but dynamic data in each other columns from ListBand. The structure is like a:
Environment
Description of the bug or enhancement
Data map like this one: ```
{
"Root": { "v1": "some root value"},
"ListBand": ["value 1", "value 2"]
}
I expect that in table I will see a static content "some root value" in first column, but in second "value 1" and "value 2" in second row.
Table is not filling, I see a placeholders.
The text was updated successfully, but these errors were encountered: