Collapse NavigationGroups by default when used as ENUM
I decided to use the NavigationGroup enum, which allows me to do this on my resource.
protected static string|UnitEnum|null $navigationGroup = AdminNavigationGroup::ProductsServices;
But how do I make the group collapsed by default ? I tried to implement Collapsible from the Filament\Support\Contracts\Collapsible but a quick dd showed the functions were not called for NavigationGroup.2 Replies
I guess this isn't possible, how do we go about requesting features ?
Open a discussion on GitHub