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!
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!
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.