© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
rich06

Skip table list go directly to edit page

This question is for a Filament Admin v2 installation.

For non-admin users on my site they are to have the ability to modify some basic details of their organisation. Currently, for the organisation resource menu link they correctly see the table listing just their own organisation so they click on edit to make their changes.

However, what I want is for the user to skip seeing the single organisation list and be dropped directly into the edit page which I understand can be best done with a redirect() to the correct edit route.

However where do I add the call to redirect()? The resource class has many static functions and I can't seem to see an 'init()' or 'setup()' type function that I can override.
Solution
Should it be
getNavigationUrl()
getNavigationUrl()
? Edit: Seems to work.. 🙂
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

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to change list records table to edit page form?
FilamentFFilament / ❓┊help
3y ago
Go to List page with filters
FilamentFFilament / ❓┊help
7mo ago
Table on resource edit page?
FilamentFFilament / ❓┊help
3y ago
How to edit/update status directly on table column?
FilamentFFilament / ❓┊help
3y ago