-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeat multi row #85
Comments
If I understand you correctly, you can try using |
I have the same issue. I created a class Room with (String name, Image bild ,List services) . I can use the function repeatTableRow to iterate a List of rooms. It will be show the name, the image but no the atributes of each service on the List. I tried with this is the result: and also with: this is the result: |
What does the structure of the context object look like for this? Is "services" an attribute of the "rooms" object, and if so what is the Type? |
This subject has been treated in our fork https://github.com/verronpro/docx-stamper with the implementation of nested comments, and has been tested with repeatDocPart comment, and should works as well with repeatParagraphs and repeatRows |
Can I create a table repeate multi-row like this:
The text was updated successfully, but these errors were encountered: