Skip to content

Instantly share code, notes, and snippets.

@peterorme
peterorme / empty-table-continuations
Created February 5, 2015 16:50
Deep Thoughts - A continued table with no content
[
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.
]