-
I tried everything that came to my mind (string manipulation using loops/ recursion and sending one var at a time) but it doesn't work because sending an instance of a docx as a function argument. doesn't work either. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
you can map an array to 'loop'. It is declarative, kind of like React |
Beta Was this translation helpful? Give feedback.
-
i need to create a table in that table number of rows need to be as per data in my array but when i try to map through it and create rows for each there is an error cannot read property cellCount of undefined. is there any way to add exact number of rows to a table as per dynamic data from database? |
Beta Was this translation helpful? Give feedback.
you can map an array to 'loop'. It is declarative, kind of like React