#navigationParentItem
13 messages · Page 1 of 1 (latest)
By always visible do you mean prevent the user from being able to collapse groups? If so: https://filamentphp.com/docs/3.x/panels/navigation#grouping-navigation-items-under-other-items
You can do it by navigation group or you can just globally disable it
oops internal work link lol
But yeah I totally missed the title of your post 😅 I just took a quick source dive and couldn't figure out a clean way to make it always visible so I'm of no use to you lol
hey did you find a solution to this?
Bump, I'm looking for a solution as well.
@vivid sandal if you omit $navigationIcon it renders in a similar manner ( better IMO ) without the hide/show behavior. Not sure if that is what you are looking for?
Hmm, I commented out the $navigationIcon but it still hides and doesn't render with the line.
Is this documented anywhere or am I doing it wrong? I commented it out on the child resource.
@naive flame oh sorry, I think you have to comment out the $navigationParentItem line too, and just use $navigationSort to get the "child" below. I'm not sure if it's documented... I just stumbled on it through experimentation
That worked! Thanks!
That means it's no longer a child item lol
@cosmic lynx yep, that's why I put "child" in quotes... it's a confusing config for sure.