How can I display cell border in PDF export?
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 the pdfHtml5 button type.
customize
pdfHtml5
Allan
Maybe you can do something with an pdf export example I made a while back. You can view it on codepen. Good luck.
It looks like you're new here. If you want to get involved, click one of these buttons!
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.