Table block
Allows the user to create a table with row and column headers.
Field reference
Fields and purposes:
- Row Header - If selected, displays the first row in the table as a header
- Column Header - If selected, displays the first column in the table as a header
- Table Caption - A heading that identifies the overall topic of the table, and is useful for screen reader users
- Table Content - A visual table for adding Content
- Advanced Settings - Add custom CSS classes or a CSS ID to style the block with your custom CSS
Example usage
Table with first row as header
| Col 1 | Col 2 | Col 3 |
|---|---|---|
| Value 1-1 | Value 1-2 | Value 1-3 |
| Value 2-1 | Value 2-2 | Value 2-3 |
Table with emphasised rows
| Type | Column heading | Column heading | Column heading |
|---|---|---|---|
| Active | Column content | Column content | Column content |
| Default | Column content | Column content | Column content |
| Primary | Column content | Column content | Column content |
| Secondary | Column content | Column content | Column content |
| Success | Column content | Column content | Column content |
| Danger | Column content | Column content | Column content |
| Warning | Column content | Column content | Column content |
| Info | Column content | Column content | Column content |
| Light | Column content | Column content | Column content |
| Dark | Column content | Column content | Column content |