show operation #527
-
i have a relationship field type with subfields, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @AndresGarota there must be some confusion here, In v6 we added an equivalent for each column/field so for the v6 is currently in beta, you can follow the docs here: https://backpackforlaravel.com/docs/6.x I just assume you are not using v6 because the relationship on show operation does not look like that. Cheers |
Beta Was this translation helpful? Give feedback.
Hello @AndresGarota there must be some confusion here,
edit/create
operations usefields
,show/list
operations use columns.In v6 we added an equivalent for each column/field so for the
text
field there is thetext
column as forrelationship
field there is therelationship
column too.v6 is currently in beta, you can follow the docs here: https://backpackforlaravel.com/docs/6.x
I just assume you are not using v6 because the relationship on show operation does not look like that.
Cheers