Table pagination

I have a table with too many columns to fit on a single landscape page. How do I trigger table.print() to spread it over multiple pages?

Try turning off auto sizing and you will get a scroll bar. Hope this helps.

Display on the monitor looks fine - I turned off auto sizing early on. The problem is when I print the table using the table.print() command it forces the table to one page.

I don’t think you can span across multiple pages right now. We try to squeeze it all in on one page.