Table
A template for creating a Table, designed to present data in a structured, tabular format.
Key Features
Customization Options
Example Usage
{% include 'radix:table' with {
table_utility_classes: ['custom-table-class'],
caption: 'Table Caption',
colgroups: colgroup_data,
header: header_cells,
rows: row_data,
footer: footer_cells,
empty: 'No data available',
} %}Last updated