Third Layer Navigation.
Im tryint to setup a third layer of navigation using the navigation builder
on the panel i defnied:
Modul is just an Model with function:
14 Replies
Continue due to Message Limit
NavigationItems is also a Model from my OLD App:
According to Dan That should already be possible
but maybe im using the parent parameter wrong?
Model Columns : ID | Modul | parent (which is just the ID of the parent in the same table) | hidden | icon | orderId | LabelDE | UrlBoot
$item->items([item item item]) to add child items to a parent
Method Filament\Navigation\NavigationItem::items does not exist.
Flare
Method Filament\Navigation\NavigationItem::items does not exist. - The error occurred at https://next.local.i2k.ch/m/1/boot/dashboard.asp
its childItems
try childItems()
ye
Do i have to do something esle
i only see the parent item and not the childitem
`
once the parent item is active, you'll be able to see the children
that means it only renders childitems when its active ?
yes
same as how github handles third level nav
not ideal for my usecase (damn legacy compatibility)
is there a way to just set it active wenn i open the "modul" ?
like when i give it a url like #modul_parentID
Solution
Solution: `