Actions not showing?
Hey everyone
In one of my resources the actions are not showing.
I can not find out what I'm doing wrong, though it is probably something...
Solution:Jump to solution
It was the content grid I was experimenting with at some point:
->contentGrid([
'md' => 2,
'xl' => 3,
])
...4 Replies
silly try, the coma at the end of the last action.Just for trying
Do you have a Policy for the Gig model? But that shouldn't apply to your custom actions. Hm, weird.
Thanks for the idea Barbara
The comma is at the bulk actions though, and they work either way. But yes, it's cleaner to remove the comma π
Nope, no policy. However if I recreate the Resource it works.
Now I just have to disect until I find the culprit.
Solution
It was the content grid I was experimenting with at some point:
->contentGrid([
'md' => 2,
'xl' => 3,
])
removed it and the buttons are back.