How to split tables according to its rows?

Hello,
I want to have my table split according to its raws. So far it splits random within one raw, which makes it look kind of ugly.
Thank you! :)

I think the setting you are looking for is this:

#set table.cell(breakable: false)

You can scope this rule to just one table if you like, or apply it in general. It ensures table cells (and thus rows) can’t be pagebroken, while whole tables themselves can still pagebreak but only between rows in that case.

1 Like