View empty-table-continuations
[ | |
In this example we first create an empty table but with typed columns, so we can later on | |
make a "continued" table and add values there. You can't do this with only blank entries, | |
and you can't do it with types in the cells of the first row ("a topic, a text", etc) -- | |
as it turns out, what you have to do is put the row types in parentheses after the column | |
names. | |
] |