z-song / demo.laravel-admin.org

Source code of official http://demo.laravel-admin.org website.
507 stars 250 forks source link

How do you list the related model entries in grid? (this is not an issue) #76

Open emilas44 opened 2 years ago

emilas44 commented 2 years ago

In documentation the Grid is explained well and it's used to list the model entries. So far so good. My problem is that I'd like to, instead of this current model, list the related model entries only of this base model.

Example: you have a User model and a user has many posts, now is it possible to somehow click on the user so that it takes me to another view where only the grid of all the user posts are listed?

How to do this with laravel-admin?