How to disable/remove create button?
Hi folks, I want to disable this create button so I will utilize only a table here
Solution:Jump to solution
Remove the
CreateAction
in the List Page
Remove 'create' => Pages\CreateXX::route('/create')
in the getPages()
method of your resource...1 Reply
Solution
Remove the
CreateAction
in the List Page
Remove 'create' => Pages\CreateXX::route('/create')
in the getPages()
method of your resource