xsl fo - XSL-FO FOP pagebreak if table fits on a new site -
being quite new fop , structure, came problem fop creates pagebreaks within tables. have 20 tables filled 1 or 2 rows, others have lot more. requirement if table including heading , header fit on blank page , there not enough space on current page display table, pagebreak created. need conditional pagebreak ( did not find) , way find whether table fits on page or not.
so there block-attributes might have missed? (speaking block-attributes because table heading , table content 2 different tables due historical reasons)
you can try adding keep-together='always' fo:block
. force whole fo:block
on same page.
Comments
Post a Comment