-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't workingrendererRelated to the final rendering (drawing) step of the table.Related to the final rendering (drawing) step of the table.
Milestone
Description
#tablex(
auto-lines: false,
stroke: 1pt,
columns: (auto,auto,auto,auto),
align:center,
//hlinex(),
//vlinex(), vlinex(), vlinex(),vlinex(),
[Name], [He],[Rack],[Beschreibung],
hlinex(),
cellx(rowspan:2,align:center)["mt01"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[42],
cellx(rowspan:2,align:center)["WAT"],
//hlinex(),
cellx(rowspan:2,align:center)["Löschgasflasche"], "","","","",
cellx(rowspan:2,align:center)["mt2"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[41],
cellx(rowspan:2,align:center)["WAT"],"test"
)
Sorry for the confusing matrix, here the first row is all rowpsan 2 (the reason is for dynamic generation purposes)
I guess I have to say the default does not work, is there a way to fix it?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrendererRelated to the final rendering (drawing) step of the table.Related to the final rendering (drawing) step of the table.