Being quite new to the FOP and its structure, I came up with the problem that FOP creates pagebreaks within tables. I have about 20 tables which sometimes are filled with only one or two rows, but also others which could have a lot more. Now the requirement is that if a table including heading and header would fit on a blank page properly AND there is not enough space on the current page to display the table, then a pagebreak is created. So i would need a conditional pagebreak ( which I did not find) and a way to find whether the table fits on the page or not.
So are there any block-attributes I might have missed? (Speaking about block-attributes because table heading and table content are two different tables due to historical reasons)