Getting sub-grids to print in PDF?

Getting sub-grids to print in PDF?

LostInDaJungleLostInDaJungle 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?

pop.png 105.7K

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,110 Site admin
    Answer ✓

    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 the excelHtml5 button type will let you customise the exported document.

    Allan

  • LostInDaJungleLostInDaJungle Posts: 2Questions: 1Answers: 0

    Thanks, I'll either have to figure it out via PDFmake or somehow else.

This discussion has been closed.