FilamentF
Filament2y ago
Max

Header actions on AdminPanel dashboard

Im trying to add some custom buttons for database actions that where prevoiuly on the list users resource in the table header but I want them on the main dashboard as a custom widget. Any help would be awesome!
CleanShot_2024-06-29_at_21.01.38.png
Solution
cacheAction is probably a reserved method name since filament caches actions internally. Try renaming it to something else.
Was this page helpful?