add action to group header table
im trying to add delete action button to group header at table but its not working, it only do quick spin and then back to normal state.
what i do to render the action button is make function in ListRecord
and use it on group\header.blade
did i use it wrong ?

9 Replies
Please consult the docs on standalone actions: The name of the action must match the method name
i did try to use DeleteAction too but its the same only quick loading spin
heres my DeleteAction
Why do you use
->render()
?
i did try to use DeleteAction too but its the same only quick loading spinCan you show the full code?
cause im trying to use it on resources/views/vendor/filament-tables/components/group/header.blade.php
Okay, again:
renderGroupDeleteAction()
is not the right name for that method.Solution
ohhh its working now, thanks dennis!