Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page break inside table cell #333

Closed
z0rr0 opened this issue Jul 8, 2016 · 1 comment
Closed

Page break inside table cell #333

z0rr0 opened this issue Jul 8, 2016 · 1 comment

Comments

@z0rr0
Copy link

z0rr0 commented Jul 8, 2016

Hi,
I have a question about page breaking inside a table. Is it possible to don't break a page inside table cells with "rowspan" attributes?

<table>
  <tr>
    <td>row1</td>
    <td rowspan="2" style="page-break-inside: avoid;">row12-common</td>
  </tr>
  <!-- page break -->
  <tr>
    <td>row2</td>
  </tr>
  <!-- expected page break -->
  <tr>
    <td>row3</td>
    <td>row3</td>
  </tr>
</table>
@liZe
Copy link
Member

liZe commented Jul 8, 2016

Page breaks are not supported (yet) in tables 😢. See #209.

@liZe liZe closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants