© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
2 replies
Señor Nikola

Link to Edit Record from Livewire Filament Table

Hello,

I am having an issue with setting url to edit action on my custom Livewire component that includes filament table.

My main Product Resource that i have, does not possess EditProduct it is slideOver action. Now i have tried linking like this

->actions([
                Action::make('Edit')
                ->url(
                    fn($record) => ListProducts::getUrl() . "?tableAction=edit&tableActionRecord={$record->id}",
                    shouldOpenInNewTab: true)
            ])
->actions([
                Action::make('Edit')
                ->url(
                    fn($record) => ListProducts::getUrl() . "?tableAction=edit&tableActionRecord={$record->id}",
                    shouldOpenInNewTab: true)
            ])


Like it is via global search when it opens, but that query string get's overriden as soon as page loads, any solution to this?
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

Link to edit hasOne record from parent model
FilamentFFilament / ❓┊help
16mo ago
Filament table in livewire
FilamentFFilament / ❓┊help
3y ago
Get record values in Livewire component with Filament Table
FilamentFFilament / ❓┊help
3y ago
Filament table in Livewire component!
FilamentFFilament / ❓┊help
2y ago