Thread Starter
jschob
(@jschob)
Hello,
The reason for the exception was a bad XML file. Unfortunately, I saw this after opening this issue. So I closed this problem.
Thread Starter
jschob
(@jschob)
Hi,
maybe the issue is in the library.
For example the table value of the address field have the value in html style
My Name<br>555 City
this look on the webpage correct as
My Name
555 City
but on the print or PDF and so on the <br> in the value ist removed and the output on the printer looks
My Name555 City
In older versions of the WpDataTables it works fine. And unfortunately i don’t see a option to fix this issue. At this time the print output is not readable because the lines are combinded without a newline to a muddle.
Thanks