Automatic Filament ViewAction on Livewire component

I have a Filament table on a Livewire component.

I want to be able to jump to the following URL: /users?id=2 and have the component instantiate, but also to have the ViewAction for that specific user to fire.

This should be possible, but I just don't know how to go about it.
Was this page helpful?