orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
137 stars 34 forks source link

How to add custom button and remove existing button #81

Open silverhand7 opened 1 year ago

silverhand7 commented 1 year ago

Hi guys, Thanks for the great package. I have questions:

  1. How to remove this delete button here, I don't want to see this delete button right after the update button.

    Screen Shot 2022-11-15 at 13 42 54
  2. How to add the delete button here instead?

    Screen Shot 2022-11-15 at 13 47 09

Is there any way to customize them?