-
Hi, I would like to check if this is possible at all: When viewing a specific Dish I would like to show all its items. Currently this cannot be done via overriding I've tried getting the Any other ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah; after some searching: You can simply define |
Beta Was this translation helpful? Give feedback.
Ah; after some searching:
You can simply define
public Dish $dish
and then@livewire('dish-items-table', ['dish' => $dish])
no need to use this in the mount