How to disable/remove create button?

Hi folks, I want to disable this create button so I will utilize only a table here
image.png
Solution
Remove the CreateAction in the List Page
Remove 'create' => Pages\CreateXX::route('/create') in the getPages() method of your resource
Was this page helpful?