Nested relationships
Hi, I am working on a client project which has a few nested relationships. E.g.
I am aware that I could add a relation manager for
Season Group contains 0 ... n Seasons, ReductionGroup contains 0...n Reductions. I am not sure how to implement this with Filament.I am aware that I could add a relation manager for
seasonGroups and for seasons, I also assume that there could be a better way.