typst-tablex icon indicating copy to clipboard operation
typst-tablex copied to clipboard

Header Row does not work on multiple columns per page (columnbreak)

Open ondohotola opened this issue 2 years ago • 2 comments

I have a narrow table on a landscape page.

It does break the table (at the bottom of the column), but does not put the header on the subsequent (header) columns

Is that possible and if not something to consider for implementation?

ondohotola avatar Sep 21 '23 12:09 ondohotola

Thanks for reporting. I'm afraid this is because the current implementation uses the difference in page numbers to determine when to place a header or not. Thus, indeed, this particular case would be affected.

Sounds like this could be fixed by #2 (to come in v0.1.0).

PgBiel avatar Sep 22 '23 03:09 PgBiel

Excellent.

ondohotola avatar Sep 22 '23 05:09 ondohotola