You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
emilas44
changed the title
How do you list all the related models in grid? (this is not an issue)
How do you list the related model entries in grid? (this is not an issue)
Jul 29, 2022
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?
The text was updated successfully, but these errors were encountered: