docx recipe tables and rows
-
Hello,
Is it possible to create table and rows with docx
currently i have this
{{~#each t.priorities as |p|~}}{{p.priority}} {{p.company_name}} {{p.date}} {{p.type}}
{{/each~}}But i would like to create columns and rows dynamically, is it possible?
-
There is a special helper for the tables in docx. Please check this out in the documentation
https://jsreport.net/learn/docx#docxtableand this particular example
https://playground.jsreport.net/w/admin/q94T4AJa