Search
Setup for Free
F
Filament
•
2y ago
JJSanders
Collapse navigation when on specific page
Does anyone know if it is possible to Collapse the navigation only when on a certain resource page
?
Solution
maybe this in the mount method
?
$this->js('$store.sidebar.isOpen = false');
$this->js('$store.sidebar.isOpen = false');
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,357
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
$this->js('$store.sidebar.isOpen = false');
$this->js('$store.sidebar.isOpen = false');
Similar Threads
Hide Navigation on specific pages
F
Filament / ❓┊help
14mo ago
How to prevent collapse navigation in sub-navigation
F
Filament / ❓┊help
2mo ago
Collapse list page widgets
F
Filament / ❓┊help
2y ago
Navigation missing on custom page
F
Filament / ❓┊help
3y ago