© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
Raj Siva-Rajah

Table `recordAction()` with redirect

Hi all. When a table row is clicked, I need to run some code to generate a URL then redirect to it. It's a SSO link so it has to be generated on click (so I can't use
recordUrl
recordUrl
).

Does anyone know how I could do this? I've played around with
recordAction
recordAction
but haven't been able to find a working solution.
Solution
Yeah I tried that, didn't work unfortunately. I ended up figuring it out. You need to add the action to
->actions()
->actions()
and then just call it by name eg
->recordAction('myAction')
->recordAction('myAction')
. Thanks for the suggestion though.
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

Select Table Row with the recordAction
FilamentFFilament / ❓┊help
6mo ago
Use recordAction() In a Table Widget
FilamentFFilament / ❓┊help
2y ago
Custom recordAction()
FilamentFFilament / ❓┊help
2y ago
Livewire Table action redirect the table ?
FilamentFFilament / ❓┊help
14mo ago