Views: view
Component implementation for main view component.
Key Features
Customization Options
Usage
{% include 'radix:view-view' with {
title: 'View Title',
header: view_header,
footer: view_footer,
rows: view_rows,
empty: 'No data available',
pager: view_pager,
exposed: exposed_filters,
feed_icons: feed_icons,
more: more_link,
attachment_before: attachment_before_content,
attachment_after: attachment_after_content,
css_name: 'css-safe-view-name',
dom_id: 'unique-dom-id',
view_view_utility_classes: ['additional-utility-class']
} %}Last updated