passing handelbar list #1889
Unanswered
sergedahdouh
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I can maybe help you if you tell me what your exact problem is and what you want to achieve. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i have the following template
<title>Invoice - Bootdey.com</title> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>and i am trying to pass through
https://us-central1-txxxxx.cloudfunctions.net/ext-pdf-generator-zb4r-executePdfGenerator?templatePath=trackingapp-66e74.appspot.com/index.zip&outputFileName=basic-example.pdf&chromiumPdfOptions[printBackground]=true&adjustHeightToFit=true&data[items][User_Name]=
[
"User_Name": "T"
,
,
]
the items as list but is never get it as list is always get it in one raw

Beta Was this translation helpful? Give feedback.
All reactions