Allow Entries fields as a column type in the native Table field #19343
Unanswered
AmsalSugihan
asked this question in
Ideas
Replies: 1 comment
|
FWIW this is in the roadmap. Let's hope it lands soon! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In Craft 3, Super Table let us use full field types — including relational fields like Entries — as columns inside a table-style layout. This made it possible to build simple repeatable rows that could reference other entries (e.g. a "Related Entries" table with a text label column + an Entries column), without needing a full Matrix field.
Craft 5's native Table field only supports simple column types (Single-line text, Multi-line text, Email, URL, Number, Checkbox, Color, Date, Lightswitch, Dropdown). There's no way to add a relational column.
Feature request: Add an "Entries" (and ideally Categories/Assets/Users) column type to the native Table field, so each row can include a proper relational field alongside the existing simple column types.
All reactions