Views: view--unformatted
Implementation to display a view of unformatted rows.
Key Features
Customization Options
Usage
{%
include 'radix:views-view--unformatted' with {
title: 'View Title',
rows: view_rows,
row_utility_classes: [
'col-12',
'col-md-6',
'col-lg-4',
],
default_row_class: true,
rows: rows|map(row => row|merge({
attributes: row.attributes.setAttribute('data-row-color', 'purple')
})),
}
%}Last updated