-
Hello I have EntityView with some fields pointing to nested attributes of related collections. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
You can use the
joinDefault
methods instead. Also read more about this in the core documentation.If you want to filter data, you can also do that in the entity view through the bracket syntax, which you can use in entity view mappings.