aesmail / kaffy

Powerfully simple admin package for phoenix applications
https://kaffy.fly.dev/admin/
MIT License
1.34k stars 155 forks source link

[FEATURE-REQUEST] Bulk Delete #277

Closed kevinschweikert closed 1 year ago

kevinschweikert commented 1 year ago

Describe the problem you're proposing to solve Currently, the only way to delete an entry is to open the form page for the given entry and then press the delete button

Describe the solution you'd like I want to select multiple entries from the index page and bulk delete them

Describe alternatives you've considered To use list actions, but you have to add it manually to every admin schema

aesmail commented 1 year ago

@kevinschweikert this has been implemented and will be available in the next release.