-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
shouldSplitCellsOnPageBeak is ignored #243
Comments
Hi,
it’s there when I use the ‚pod try‘ or if I install it via SPM...
Best
Stefan
———————
+43 650 9255637
www.arkulpa.at
arkulpa GmbH
FN 418540 a, FB-Gericht: Landesgericht Feldkirch
Rheinstraße 27, 6890 Lustenau
…On 14. Oct 2020, 11:33 +0200, Philip Niedertscheider ***@***.***>, wrote:
Hi @haemi, which branch are you working on?
This is actually still a WIP in PR #223 so it's kind of weird the flag is already in a released version 🤔
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Oh yes, I just checked out the master branch. Thanks a lot for reporting this! |
is there a branch where I can use/test it? Urgently need this feature🙂
———————
+43 650 9255637
www.arkulpa.at
arkulpa GmbH
FN 418540 a, FB-Gericht: Landesgericht Feldkirch
Rheinstraße 27, 6890 Lustenau
…On 14. Oct 2020, 11:48 +0200, Philip Niedertscheider ***@***.***>, wrote:
Oh yes, I just checked out the master branch.
Looks like this was released in the most recent branch, as the flag already existed on develop but is not used yet.
Thanks a lot for reporting this!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You can take a look at branch |
looks good, thanks a lot! The only problem left now is only that my cell is pretty wide, so an image can be too high to fit on one page - and I didn't find a way yet to make it smaller (when I make the |
Alright, merged and release in 2.3.2 The image resizing issue was mentioned in #251 so let's move that discussion over there, so this issue does not get polluted. If the splitting cell issue still remains in the new release, please reopen. |
I try to create a table where cells are not split on a page break. I stumbled upon the property
shouldSplitCellsOnPageBeak
which isfalse
per default, so I would expect it to work as I like. But it seems the property is ignored.When searching for that word, I only find it once, it seems as if it's never used... Is there a way to prevent cells to be split on page break?
The text was updated successfully, but these errors were encountered: