Its working fine in my local.but Issue araise in the different enviroment like Production,staging
this is the docker config for my working which is same as Docker u have shared
Gowtham-afk899887
@Gowtham-afk899887
Posts made by Gowtham-afk899887
-
RE: Chinese/Korean Letters not supporting in PDF
-
RE: Chinese/Korean Letters not supporting in PDF
Still Its not working I have shared the Playground demo in this msg.Please have a look into this
https://playground.jsreport.net/w/anon/0qSzDvv4 -
Chinese/Korean Letters not supporting in PDF
Hi I am getting still After adding the docker details irrelevant character instead of chinese/korean in Pdf this is the pdf generated
this is the dock file
please check this !! -
RE: In The Component Function Two parameter Will not Work.
I have shared the playground for ur reference
https://playground.jsreport.net/w/anon/naT6gCXb -
In The Component Function Two parameter Will not Work.
Hi I am using js Report 4.6.0 version. In that I am using the Component function Inside the loop.In that Function I am passing two arguments one for the data which is in with loop of internal and another argument I am using dynamic Data.But that is not working.Can u please Check this
{{#each data}} {{#componentExists (filePath "../Components" lib cid ver)}} <div> <span class="component-span"> {{#with this.data.d}} {{component (filePath "../Components" ../lib ../cid ../ver) . dynamicData="ABC'}} {{/with}} {{/componentExists}} {{/each}}
-
Does the Template File Identify the Page break??
I have Twenty Plus template file rendering inside the each loop.After completing The first Page.It is going to the second Page it is breaking the template container.Is there any Possible to control.Otherwise I can border bottom in the end of First page and the border Top in the second Page Can U please Suggest me.Can It possible to bring that!!
-
RE: Regarding Component path not found
Is that any Possible to use the Component render in another way in our old version like 4.3.1.Please Suggest here!!
-
RE: Regarding Component path not found
I have added my example in that I have created the two component folder student1 and student2.That I am calling through each keyword mapping with sample data where the file details will be there and I added one more dummy component details inside that array which is Student 3.which is not exisits in the folder.I need to get the exists two folder call without throwing error message.This is the playground for that example.
https://playground.jsreport.net/w/anon/1B81CQid
Please Check It!!