Exclude Columns when exporting to pdf (Summary Report)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Satrapo
User
Posts: 52

Exclude Columns when exporting to pdf (Summary Report)

Post by Satrapo »

Hi,
I need to exclude some columns when exporting a summary report to pdf.

How can this be done? I'm using PhpMaker 2024.4

Thanks!


arbei
User
Posts: 9820

Post by arbei »

Reports are exported by passing the HTML of the page to dompdf, you need to customize the export class and override the loadHtml() method. In the method, you should remove the column from the HTML.


Post Reply