© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Matthew

Navigation group not collapsable from panel provider

As the title says, I cannot make a navigation group collapsable. For more context: I have created some resources, with names 'Status',' System', 'Definitions'. In the panel provider, I added the following lines of code, to make the groups collapsible on load. However, they always appear expanded on page load.

            ->navigationGroups([
                NavigationGroup::make('Status')
                    ->label('Status')
                    ->collapsed(true),
                // ->icon('heroicon-o-shopping-cart'),
                NavigationGroup::make()
                    ->label('System')
                    ->collapsed(true),
                // ->icon('heroicon-o-pencil'),
                NavigationGroup::make()
                    ->label('Definitions')
                    ->collapsed(true)
            ])
            ->navigationGroups([
                NavigationGroup::make('Status')
                    ->label('Status')
                    ->collapsed(true),
                // ->icon('heroicon-o-shopping-cart'),
                NavigationGroup::make()
                    ->label('System')
                    ->collapsed(true),
                // ->icon('heroicon-o-pencil'),
                NavigationGroup::make()
                    ->label('Definitions')
                    ->collapsed(true)
            ])
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Navigation Group
FilamentFFilament / ❓┊help
2y ago
group navigation
FilamentFFilament / ❓┊help
3y ago
Resource missing from Navigation Group
FilamentFFilament / ❓┊help
16mo ago
Navigation group, subnavigation inside group
FilamentFFilament / ❓┊help
3mo ago