Getting sub-grids to print in PDF?
Getting sub-grids to print in PDF?
LostInDaJungle
Posts: 2Questions: 1Answers: 0
I have a DataTable set up that uses sub-grids to show detail information. However, when I export the table as a PDF, none of the sub-grids are printed.
Is there a way to get sub-grids to export?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would need to refer to the pdfmake documentation for how to create such a document. It isn't something that the code in Buttons (which makes use of pdfmake) provides for you I'm afraid.
The
customize
function of theexcelHtml5
button type will let you customise the exported document.Allan
Thanks, I'll either have to figure it out via PDFmake or somehow else.