Closed rmolinari closed 1 year ago
The roadmap mentions that the align: argument can take a function:
align:
Accept a function ((row, column) => alignment/2d alignment)
My experimentation shows that the arguments are actually (column, row), not (row, column).
(column, row)
(row, column)
Fixed in https://github.com/PgBiel/typst-tablex/commit/32823fea0189461a1662e8a169cce1310afac604, thanks for letting me know!
The roadmap mentions that the
align:
argument can take a function:My experimentation shows that the arguments are actually
(column, row)
, not(row, column)
.