nested table inside show page
I want to display table that shows list of relations using nested API. I want to do similar to the picture, except the show page is for user data and the nested table is for displaying user's user_profiles.
user api route: /users
user_profile api route: /users/:id/user_profiles
How can i do this?
user api route: /users
user_profile api route: /users/:id/user_profiles
How can i do this?

