Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Summary
This module extends the Field Group module and provides a "Table" group format, which renders the fields it contains in a table. The first column of the table contains the field labels and the second column contains the rendered fields.
Comparison with other modules
Field group multiple: this module also offers a "Table" group formatter, but it was designed to deal with multivalued fields. As such, it renders every value of multivalued fields in their own table cell, every row containing value n of all the fields in the group. This is an awesome way to unclutter multivalued fields, but it also means the module requires all fields it contains to have the same cardinality and that some field types don't work very well. In contrast, this module will render the field value normally, embedded in a single table cell. For more information see this issue: #1480204: Comparison with field_group_multiple