cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
239 stars 75 forks source link

Subtable in table with docx template #139

Open velykov opened 3 years ago

velykov commented 3 years ago

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:

##band=ListBand
Header 1          | Header 2
Static ${Root.v1} | ${v2}

Environment

Description of the bug or enhancement