Any example of a multilevel category?
If I have a model structure like this.
Any example how can I manage this with filament (List/Create)?
Thanks.
Any example how can I manage this with filament (List/Create)?
Thanks.
Solution
So if you are using parents and children, you would then select only the top level with a scope and apply that scope, or apply it to the getTableQuery(). Then you can build a relationship manager for the sub categories.