reference_table_formatter
674 sites
Security covered
Reference Table Formatter provides a field formatter to render a table of referenced entities' fields on the target entity of a variety of different reference field types.
Version 2.0.x (Drupal 8.8+)
Currently under active development to rewrite some internal code and not recommended for production yet. Has the same features as 8.x-1.x apart from removal of Field Collection support.
Version 8.x-1.x (Drupal 8.8+)
Supported Field Types
- Entity Reference (from core)
- Entity Reference Revisions (such as for Paragraphs)
- Field Collection (support deprecated, not selectable in UI)
Options
- View Mode: Select the view mode which will control which fields are shown and the display settings of those fields.
- Display Entity Label: whether the label of the target entity should be displayed in the table.
- Hide Table Header: whether the table header should be displayed.
- Empty Cell Value: optional text to display in empty cells.
Version 7.x-1.x (Drupal 7)
Supported Field Types
- Entity Reference
- Field Collection
- Commerce Product Reference
- Taxonomy Term Reference
- Paragraphs
Options
- Which fields to render.
- The view mode to pull display data from.
- Hiding empty columns.
- Display a header of field names.
Alternatives
If you need more control over the output of the table, one may wish to consider views with EVA.