Table
tableBlock elementMediaAliases:tbl
A structured table with rows and columns. Supports header rows/columns, footers, and cell highlighting. Great for presenting organised data.
Attributes
dataImplicit
referencecolumns
string-listheader-row
booleanDefaulttrue
highlight-columns
index-listRender mode. Use 'inline' for a static display or 'environment' to expand the table into the board.
Defaultinline
Allowed content
Body { }Pipe-delimited table rows with inline Chalk formatting in cells — or none at all, when `data:` supplies the rows from a dataset
Allowed in
Examples
table{
Name | Score
Alice | 92
Bob | 88
}(
header-row: true
)table{
x | y
0 | 0
1 | 1
}(
title: Sample Data
highlight-rows: 2
)