vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
211 stars 18 forks source link

Typst: broken spanning cells #153

Closed vincentarelbundock closed 8 months ago

vincentarelbundock commented 9 months ago
          this example from the "spanning cells" section doesnt work properly either
tt(x)|> style_tt(
  i = 2, j = 2,
  colspan = 3,
  rowspan = 2,
  align = "c",
  alignv = "m",
  color = "white",
  background = "black",
  bold = TRUE)

Originally posted by @aghaynes in https://github.com/vincentarelbundock/tinytable/issues/151#issuecomment-1959419774

vincentarelbundock commented 8 months ago

This is not broken. It is just not implemented. Consolidating all the missing features here: https://github.com/vincentarelbundock/tinytable/issues/17