Views: view--table
Component implementation for displaying a view as a table.
Key Features
Customization Options
Usage
{% include 'radix:views-view--table' with {
title: 'Table Title',
header: table_header_elements,
rows: table_row_elements,
responsive: true,
sticky: true,
views_view__table_utility_classes: ['additional-utility-classes']
} %}Last updated