How to add a relationship button in list operation?
Post has many comments, I want to add button (like preview) in the Post list to view all the comments.
Post table
- id(PK)
- title
- description
Comments
- id(PK)
- comment
- post_id(FK)
How to add a relationship button in list operation?
Post has many comments, I want to add button (like preview) in the Post list to view all the comments.
Post table
Comments
Copyright © 2021 Jogjafile Inc.
Try the following article. It can help you set this:
https://backpackforlaravel.com/articles/tutorials/nested-resources-in-backpack-crud