StyleCode Property: columnPrepend
columnPrepend
Specifies whether a cell should be prepended at the top of a column, and the contents of that cell.
Applies to | Type | Default |
---|---|---|
table > column | text | "" |
Examples
// Example: table > column
show table "My Table" a1c4 tomato with
Orders.Date { columnPrepend: "" }
Orders.Quantity
Details
If any column in a table has a non-empty columnPrepend
, an additional
line is prepended at the top of the table (right under the header cells).
All columns with a non-empty columnPrepend
will have the provided value
appear on that line, formatted according to the StyleCode rules of the column.