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
- Inline Entity Form (For Drupal 8 from 8.x-1.0-alpha5)
Installation
- Enable the module. With drush:
drush en -y ief_table_view_mode - 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).
- Go to manage display of some entity that are referencing from a field and this field is using Inline entity form.
- In "custom display settings" activate the custom display Inline Entity Form Table.
- Go to the Inline Entity Form Table view mode.
- Configure display of the fields
- Done
Now the fields should appear in the table.
TODO
- Ajax Error with Commerce Product Reference #2763425: Error "Invalid data value given." when in use with commerce product reference
- Be compatible with other field types that use IEF widget.
