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

Ability to add custom views to an item #52

Open kennydude opened 3 years ago

kennydude commented 3 years ago

Hi, I was wondering the possibility of adding additional custom views to the CRUD table view and it seems there's nowhere to hook into this.

https://github.com/orchidsoftware/crud/blob/92f9736d715be852c79e00ab3f1e50447bd9ec02/src/Screens/ListScreen.php#L86

I think roughly here is where a hook would be useful to add additional things such as "View PDF" etc (or whatever makes sense in an application)