© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago•
6 replies
Raj Siva-Rajah

Open view modal on table row click without `ViewAction` in `recordActions()`

Hi all

I'm trying to make clicking on a table row open the view modal, without including the View button on the row.

Clicking the row works fine when
ViewAction
ViewAction
is in
recordActions()
recordActions()
, but if I remove it from there and do this:

->recordAction(ViewAction::class) 
->recordUrl(null)
->recordAction(ViewAction::class) 
->recordUrl(null)


I get a
Unable to call component method. Public method [view] not found on component
Unable to call component method. Public method [view] not found on component
exception.

Any ideas? I'm using v4
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

Make clicking on a table row open the ViewAction modal
FilamentFFilament / ❓┊help
2y ago
Custom Modal View for ViewAction
FilamentFFilament / ❓┊help
3y ago
Click ViewAction in RelationManager to view resource
FilamentFFilament / ❓┊help
14mo ago
Select row on table row click
FilamentFFilament / ❓┊help
2y ago