Aug 23, 2024
0
Level 5
Filament nested relationships
Lets assume I have StoreResource with Products relationship. How can I create one more relationship ProductPriceHistory at the products level? What I want to have is something like this: on the store page I have one table with all stores listed. When I press on the view over a store I should get to the store products page (until this step everything is clear to me). If I'll press on the view over a product I should go to the product vew page which will display a table with product price history for that product.
Please or to participate in this conversation.