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

Disallow PHPWord to break table rows between pages #64

Closed
matasarei opened this issue Feb 19, 2014 · 6 comments
Closed

Disallow PHPWord to break table rows between pages #64

matasarei opened this issue Feb 19, 2014 · 6 comments

Comments

@matasarei
Copy link

Hello! How to configure it?

one

two

@Progi1984 Progi1984 added this to the 0.7.2 milestone Feb 25, 2014
@ivanlanin
Copy link
Contributor

This issue was solved by #86. Use table row style cantSplit when adding row. Code sample below:

$table->addRow(null, array('tblHeader' => true, 'cantSplit' => true));

@Progi1984
Copy link
Member

@matasarei Could you test the develop branch and give us some feedback ?

@matasarei
Copy link
Author

@Progi1984 Ok! I'll try!

@matasarei
Copy link
Author

It's works perfect! Thank you! =)

@Progi1984
Copy link
Member

Perfect, I close it :)

@ahmed-bhs
Copy link

@ivanlanin I'm using $templateProcessor->cloneRow() and my table is already drawed under my template, cloneRow does not contain that options :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants