The interactive view is excellent for providing a full list of rows in a table but sadly it’s not easy to break that result into manageable pages. If, for example, we have a large table list that isn’t readily breakable into sections, the resultant large table will cause most web browsers to consume a large amount of RAM and suffer performance loss. It would seem sensible to have the ability to force a page break when the interactive page reaches a certain size. This way it would reduce the amount downloaded into sensible page sizes and ensure the browser is not overwhelmed. This would be very similar, I hope, to that already provided by the print preview mode which breaks on the print page size, all we need is that functionality for interactive pages but via a separate ‘Interactive Page Size’ property.