© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
Groli

Adding navigation inside cluster to CreateRecord page

I want to add navigation (as is in ListRecords page) to CreateRecord page, is it possible?
Solution
add this in the CreatePage

public function getSubNavigation(): array
{
    if (filled($cluster = static::getCluster())) {
        return $this->generateNavigationItems($cluster::getClusteredComponents());
    }

    return [];
}
public function getSubNavigation(): array
{
    if (filled($cluster = static::getCluster())) {
        return $this->generateNavigationItems($cluster::getClusteredComponents());
    }

    return [];
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Cluster, subNav, add the CreateRecord action page to parent
FilamentFFilament / ❓┊help
13mo ago
Cluster Pages + Navigation Groups
FilamentFFilament / ❓┊help
2y ago
cluster navigation -> move to main navigation
FilamentFFilament / ❓┊help
12mo ago
Adding Custom Page in Navigation
FilamentFFilament / ❓┊help
3y ago