Print table in perspective

Hello everyone,
Is there a way to print a table in perspective ?
I used the component.requestPrint() but if my table got more than one page, the other data aren't gonna be print.
I don't want to do a CSV export, I want to be able to print it directly from the session.
Thank you
Valentin

I approach this by using the reporting module. Create a report to format data as needed, then call system.report.executeAndDistribute() to email or print it.

Printer must be available on the gateway.

3 Likes