Views details style plugin

Categories

Component ID

2065703

Component name

Views details style plugin

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

517

Component created

Component changed

Component body

Overview

This module adds details row plugin to views. It shows a row as details element. It also provides functionality to make the details collapsible and collapsed. An existing view field can be chosen to show as details title. All the visible fields added to view are showed as details body.

Drupal 7

In Drupal 8 after #1168246: Freedom For Fieldsets! Long Live The DETAILS. fieldsets are not collapsible anymore. See #1886728: Switch from details to fieldset when collapsing isn't needed and #1892968: Fieldsets vs. Details: When to use what and why? for more information. For same functionality in D7 use Views fieldset style plugin.

Features

  • Configure details to be collapsible.
  • Show details collapsed.
  • Choose the title of details from the fields added to view.
  • Optional details description from the fields added to view.

Requirements

  • views (already in core)

Known problems

None

Recommended modules

Similar projects