Fix borders when using "message" option in pdfHtml5 export
Fix borders when using "message" option in pdfHtml5 export
MohammedEhab
Posts: 5Questions: 2Answers: 1
Hi,
I've been using the html5 export buttons for a while, but now, I experienced a strange issue, the borders are disappearing when using the custom "message" to be put on top of the table, I'm using the
doc.content[1].layout = "Borders";
property so I'm sure the borders are working, it was also working before I put the message parameter
Please help,
regards,
Mohammed
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
doc.content[1]
might not be the correct index to use when using the message. I suspect you need to use index 2.Allan
Thank you, this saved my day!