Page breaks in SAPUI5
问题 What is the best practice for creating specific page breaks in SAPUI5 and is it actually possible? Classical CSS atributes page-break-after and page-break-before doesn't seem to work in my case. For example, I have two sap.m.VBox elements and I attached them a CSS class which specifies page-break-after: always !important; when printing, but nothing happens. If I add * {overflow-x: visible !important; overflow-y: visible !important;} then it will break and continue to draw the content in next