bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
323 stars 56 forks source link

Support cantSplit for table row #730

Closed git-noise closed 3 weeks ago

git-noise commented 3 weeks ago

What does this change?

Add initial support for cantSplit at the TableRow level. Attempt to fix https://github.com/bokuweb/docx-rs/issues/728. This focuses on the rust-side of the code - i.e docx-core - but docx-wasm tests seem to pass.

References

Screenshots

Not applicable

What can I check for bug fixes?

Not applicable