This project is not covered by Drupal’s security advisory policy.

Extends Field Group module with an option to make a 'Table Columns' group for viewing mode.
Children fields will be displayed in per columns look.

Other module

Field Group Table display one field by line (https://www.drupal.org/project/field_group_table).

Requirements

Field Group

Installation

Like a normal Drupal module, copy folder in the right place and activate it.
Best practice for installing are here.

With composer:

composer require drupal/table_field_group

Configuration

In content type "Manage Display": just create a group of type: 'Table Columns'.
In the group settings, you can wrap the table in a :

  • container: invisible wrapper
  • fieldset: normal wrapper
  • details: collapsible wrapper

Project information

Releases