vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Page-break on tr element #323

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dompdf to do:
Be able to apply page-break-before: always on tr elements as described here: 
http://www.w3.org/TR/CSS2/page.html#page-break-props

Do you have an example:
<table>
  <tr>
    <td></td>
    <td></td>
  </tr>
  <tr style="page-break-before: always;">
    <td></td>
    <td></td>
  </tr>
</table>

Original issue reported on code.google.com by nikosp...@gmail.com on 8 Jul 2011 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00