© 2026 Hedgehog Software, LLC

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

How to return to filtered panel after using a custom table action

Greetings - I have a list with a custom table action. any tips on how to grab the Filtered list url so I Can return to it once I run the custom action?

Tables\Actions\Action::make('UpdateBG')
->label('Upload BC')
->icon('heroicon-s-document-arrow-up')
->url(fn ($record): string => route('updateProduct.bigcommerce', [$record->id]))->openUrlInNewTab(),

when I try the session geturl methos in laravel I am getting the url of the custom action and not the list with the filter parameters
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

Action to a filtered table
FilamentFFilament / ❓┊help
16mo ago
return custom table widget in action
FilamentFFilament / ❓┊help
3y ago
How to open a custom page from a custom table action?
FilamentFFilament / ❓┊help
3y ago
Custom Table Action
FilamentFFilament / ❓┊help
3y ago