-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @muteboy you can achieve this by fitting dimensions table: "" {
grid-gap: 0
grid-rows: 2
*.width: 100
# Just has to be >= 100*5
header.width: 500
entry1
entry2
entry3
entry4
entry5
} |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply! But I've just realised there's no way (that I can see) to have more than one table in the diagram. I thought I could generate multiple tables and have them be separate, but that doesn't seem to be the case. Not to worry, I can just use the SQL Table instead, that meets most of my needs. |
Beta Was this translation helpful? Give feedback.
-
Thanks again! I really need to read the docs more closely :) |
Beta Was this translation helpful? Give feedback.
-
cf. table: "" {
grid-gap: 0
grid-columns: 1
th: "title"
tr1: "" {
grid-gap: 0
grid-rows: 1
x
xx
xxx
xxxx
xxxxx
}
} |
Beta Was this translation helpful? Give feedback.
cf.