Inline Entity Form Table View Mode

Categories

Component ID

2642906

Component name

Inline Entity Form Table View Mode

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4946

Component created

Component changed

Component body

This module defines a view mode to set up the columns of the table for the Inline Entity Form widget.

With this you could define which fields (with their settings) and in what order will be displayed in the table. Also includes the properties defined by the entity and IEF.

Dependencies

Installation

  1. Enable the module. With drush: drush en -y ief_table_view_mode
  2. Only for 8.x-1.x: You need to create the view mode ief_table, go to admin/structure/display-modes/view and create it (Is very important that the machine name is [entityType].ief_table).
  3. Go to manage display of some entity that are referencing from a field and this field is using Inline entity form.
  4. In "custom display settings" activate the custom display Inline Entity Form Table.
  5. Go to the Inline Entity Form Table view mode.
  6. Configure display of the fields
  7. Done

Now the fields should appear in the table.

TODO