You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded to tada 0.2.0 from 0.1.0, and I've encountered an issue with repeating headers. In tada 0.1.0, this was done with repeat-header: true, but in tada 0.2.0, this does not work since the underlying switch from tablex to table.
I'm passing in the headers using field-info, which I thought tada would then use to set the table's underlying header, but this does not seem to be the case.
Is there any way I can get the table header to repeat? I've tried passing things into table-kwargs too, but this didn't work.
Thank you 🙏
The text was updated successfully, but these errors were encountered:
Hello 👋 ,
I recently upgraded to tada 0.2.0 from 0.1.0, and I've encountered an issue with repeating headers. In tada 0.1.0, this was done with
repeat-header: true
, but in tada 0.2.0, this does not work since the underlying switch from tablex to table.In theory, the typst built-in tables should by default repeat the headers (https://typst.app/docs/reference/model/table/#definitions-header). But, using this code, I am unable to get the headers to repeat:
helpers.typ has the following defined:
I'm passing in the headers using
field-info
, which I thought tada would then use to set the table's underlying header, but this does not seem to be the case.Is there any way I can get the table header to repeat? I've tried passing things into
table-kwargs
too, but this didn't work.Thank you 🙏
The text was updated successfully, but these errors were encountered: