© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
How to disable/remove create button? - Filament
F
Filament
•
2y ago
•
3 replies
itsmejyv
How to disable/remove create button?
Hi folks
, I want to disable this create button so I will utilize only a table here
Solution
Remove the
CreateAction
CreateAction
in the List Page
Remove
'create' => Pages\CreateXX::route('/create')
'create' => Pages\CreateXX::route('/create')
in the
getPages()
getPages()
method of your resource
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Was this page helpful?
Yes
No
Similar Threads
Recent Announcements
Similar Threads
How to remove create & create another button?
F
Filament / ❓┊help
3y ago
Disable "Create" button
F
Filament / ❓┊help
4y ago
How disable Table create button?
F
Filament / ❓┊help
3y ago
How to remove Create button from resource
F
Filament / ❓┊help
3y ago