Tables

TYPO3 Standard CType table: CSV content + Bootstrap class via the field table_class. The header row, footer row, and label can be controlled separately.

Standard (table)

Bootstrap Default — a simple table with standard padding and a horizontal divider.

Inhaltselemente — ohne Modifier-Klasse
Element CType Package
Card t3bs_card container-bs5-templates
Counter Bar counter_bar t3bootstrap/core
Hero heroitem t3bootstrap/hero-item
Menu (Mega) menu_pages t3bootstrap/template
SimpleCMP extension

Striped (table-striped)

Alternating background colors for even and odd rows — improves readability in dense data tables.

table-striped
Element CType Package
Card t3bs_card container-bs5-templates
Counter Bar counter_bar t3bootstrap/core
Hero heroitem t3bootstrap/hero-item
Menu (Mega) menu_pages t3bootstrap/template
SimpleCMP extension

Hover (table-hover)

When you hover over a row, it is highlighted subtly—great for interactive lists or clickable rows.

table-hover
Element CType Package
Card t3bs_card container-bs5-templates
Counter Bar counter_bar t3bootstrap/core
Hero heroitem t3bootstrap/hero-item
Menu (Mega) menu_pages t3bootstrap/template
SimpleCMP extension

Bordered (table-bordered)

Full borders around each cell. For hierarchical data with clear column separation.

table-bordered
Element CType Package
Card t3bs_card container-bs5-templates
Counter Bar counter_bar t3bootstrap/core
Hero heroitem t3bootstrap/hero-item
Menu (Mega) menu_pages t3bootstrap/template
SimpleCMP extension

Dark (table-dark)

Dark background with light text — for a premium look or for tables in dark sections.

table-dark
Element CType Package
Card t3bs_card container-bs5-templates
Counter Bar counter_bar t3bootstrap/core
Hero heroitem t3bootstrap/hero-item
Menu (Mega) menu_pages t3bootstrap/template
SimpleCMP extension

Configuration

CType

table

bodytext

CSV content (delimiter can be controlled via table_delimiter, default |)

table_caption

Label above/below the table

table_header_position

0 = none, 1 = top, 2 = left

table_tfoot

Render the last row as

render
table_class

striped · hover · bordered · borderless · dark · sm (Bootstrap modifier)