Skip to content
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

Table-Module: {:merge-cells-col 1} use inside a loop not work #671

Closed
shencangsheng opened this issue Aug 28, 2022 · 3 comments
Closed

Table-Module: {:merge-cells-col 1} use inside a loop not work #671

shencangsheng opened this issue Aug 28, 2022 · 3 comments

Comments

@shencangsheng
Copy link

shencangsheng commented Aug 28, 2022

Environment

On official website Demo page: https://docxtemplater.com/demo/#merged-cells

How to reproduce my problem :

Data:

{
  "str": [
    {
      "companies": [
        {
          "company": "ACME Corp",
          "users": [
            {
              "name": "John"
            },
            {
              "name": "Mary"
            },
            {
              "name": "Lynn"
            }
          ]
        },
        {
          "company": "Evil Corp",
          "users": [
            {
              "name": "Jack"
            },
            {
              "name": "Sean"
            }
          ]
        }
      ]
    }
  ]
}

Template and the error message:

image

@edi9999
Copy link
Member

edi9999 commented Aug 29, 2022

Hello @shencangsheng , can you please send me an email in private (using "Contact Us" in https://docxtemplater.com/), to verify your account ?

@shencangsheng
Copy link
Author

@edi9999 OK, I will send the email from the company email address

@edi9999
Copy link
Member

edi9999 commented Aug 30, 2022

Thanks for your private email, this is now fixed in version 3.31.3 which I have now released.

@edi9999 edi9999 closed this as completed Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants