Nested data doesnt work

0
Hi guys, I'm creating a details page that shows more details of certain recipes. Once clicked on the ‘details’ button, I want to show the values of the attributes that belong to that recipe. I tried to do this by using nested data, however it doesn't show anything once I open the app. What can I do to fix this?
asked
1 answers
0

If you put an attribute of the user in the users dataview (above the recipe data view), does it show the value of that users attribute?

If so: does the user really have an associated recipe? And was the user object refreshed after creating that association?

You could doublecheck by adding a data grid with all recipes from database, including a column that shows eg the users name. In that way you are sure there are recipes with an associated user.

answered