ViewAction slideOver render hook
Is it possible to inject a view using render hooks to the ViewAction on a table? I need to globally (hence render hook) inject a view to all slide overs from a plugin
1 Reply
I got some guidance when I needed to inject a view on a view page itself:
https://github.com/filamentphp/filament/pull/14480
But this time I don't see any render hooks that would be appropriate for the use case
GitHub
Add a new render hook at the end of view record page by krzysztofen...
Description
I need to inject some code at the end of the view record template.It would be much easier if there was a render hook.