F
Filament3mo ago
larsbo

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
Dennis Koch
Dennis Koch3mo ago
You need to remove the CreateAction which probably is on the ListPage
larsbo
larsboOP3mo ago
omg, thank you! I feel a bit dumb now. 😂
Dennis Koch
Dennis Koch3mo ago
No need, too. There are even more files now in Filament v4 which can make it harder to find stuff.

Did you find this page helpful?