Data table PDF export with border
Data table PDF export with border
HarishChand
Posts: 1Questions: 1Answers: 0
How can I display cell border in PDF export?
This discussion has been closed.
Answers
You'd need to refer to the pdfmake's library documentation to customise the styling of the generated PDF. Button's make use of pdfmake to create the PDF and you can customise the PDF using the
customize
callback of thepdfHtml5
button type.Allan
Maybe you can do something with an pdf export example I made a while back.
You can view it on codepen.
Good luck.