in normal situation, once I put the dates in first and second inputs, I got all the data.
I wrap the inputs and the tables in a column to be printed with PDF Creator, but once I set the column as pdfcontent1, then api doesn’t work also if i put the dates.
EDIT: if I take the input fields out of the PDF creator, then API works, I got the data on the page but get empty PDF
Any suggestions ?
The pdf creator uses the generated html for the pdf, when the data is visible on the page it should also be in the created pdf. What is the html layout you use in the pdf content, is it a standard table for the data?
if the pdf is empty - then an error has occurred creating it.
Go back to the original page in the browser and check the console in the devtools for the errors.
You are using columns while you should be using rows …
why do you have your title in a col-12 and then next a col
you can just use rows as you want two rows