Printing multiple objects (tables) on one print job

I have played around with the table.print() and the system.print.createPrintJob() functions and cant quite get what i want.

Is it possible with Ignition to print multiple tables on a single print job/ page?
I have 4 tables and I wanted to provide the option to print the selected table, or all 4.

createPrintJob() can only print one component per job, so if you would like more than one component to be printed, you can place those components inside of a container, then print the container.

Ah ok interesting. Armed with this knowledge i’ll have to have a think about what i want to accomplish.

Cheers