#table
Syntax
#table(columns as any, rows as any) as any
About
Creates a table value from columns columns
and the list rows
where each element of the list is an inner list that contains the column values for a single row. columns
may be a list of column names, a table type, a number of columns, or null.