| calcite_table_header | R Documentation |
Creates a header cell for use in calcite_table headers.
calcite_table_header(heading, description = NULL, alignment = "start")
heading |
Header text to display |
description |
Optional description text below heading |
alignment |
Alignment: "start", "center", or "end" (default: "start") |
A calcite-table-header tag
calcite_table_header(
heading = "Name",
description = "Person's full name"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.