FilamentF
Filament2y ago
Abi

Is it possible to specify the scope of render hooks to a Panel?

I have 2 filament panels in my app and I want to set the render hook only to a specific panel. How can I do this?
Solution
Just add it to the panel you need it on.

$panel->renderHook()
Was this page helpful?