PgBiel / typst-tablex

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

Nested colspanx and rowspanx don't work #103

Closed mangkoran closed 8 months ago

mangkoran commented 8 months ago

First of all, thank you for your work (and other contributors) on this library. I just started to learn Typst recently, and currently I am in the middle of writing my thesis using Typst and found this library which helps me a lot.

I would like to nest colspanx and rowspanx. However, I encountered error.

image

#tablex(
  columns: (2fr, 1fr, 2fr, 1fr),
  colspanx(4)(rowspanx(2)[a]),
)

I followed the example here.