how to hide/remove the create header action?
I tried it with
$table->headerActions([])
and I also removed the create
entry inside getPages()
method in the resource. But it has no effect.3 Replies
You need to remove the
CreateAction
which probably is on the ListPage
omg, thank you! I feel a bit dumb now. 😂
No need, too. There are even more files now in Filament v4 which can make it harder to find stuff.