PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

Generate table with long cell contents over multiple pages. #129

Closed irhawks closed 6 months ago

irhawks commented 6 months ago

Sometimes a cell is too long to appear within one pages (e.g. multiple paragraphs within a cell). In this case, typst should allow pagebreak within cells to make a cell span over pages. However, I cannot set tablex to enable this feature. long content will continue in current page until reach to the end of current page.

latex solution: https://tex.stackexchange.com/questions/552901/table-with-long-cell-contents-over-multiple-pages

PgBiel commented 6 months ago

Duplicate of #83

Note that native Typst tables have this feature already, this is a tablex limitation.