PgBiel / typst-tablex

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

Question: conditional row insertion #35

Closed Nabav closed 1 year ago

Nabav commented 1 year ago

How can I insert a row just if some condition holds?

Nabav commented 1 year ago

Sorry I have figured out.

I create an array and push new items based on condition and use ..array_name to expand it as the argument to tablex function.