Master / Detail #610
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@blondie63 Examples: For the detail row, the doc link is here https://backpackforlaravel.com/docs/6.x/crud-api#details-row |
Beta Was this translation helpful? Give feedback.
-
@blondie63 like Karan said, you can completely customize what's inside the detail row. See the docs here - https://backpackforlaravel.com/docs/6.x/crud-api#details-row In addition to that, I'd suggest you take a look at https://backpackforlaravel.com/docs/6.x/crud-how-to#hasmany-1-n-relationship-with-subform-to-create-update-and-delet-1 because what you have there is a HasMany, so your Create and Update forms could look like this: Hope it helps. |
Beta Was this translation helpful? Give feedback.
@blondie63 like Karan said, you can completely customize what's inside the detail row. See the docs here - https://backpackforlaravel.com/docs/6.x/crud-api#details-row
In addition to that, I'd suggest you take a look at https://backpackforlaravel.com/docs/6.x/crud-how-to#hasmany-1-n-relationship-with-subform-to-create-update-and-delet-1 because what you have there is a HasMany, so your Create and Update forms could look like this:
Hope it helps.