Add a GridFieldBulkDeleteForm
component to a gridfield config to add an option to delete the records within that list.
composer require heyday/gridfield-bulk-delete
$config->addComponent(new GridFieldBulkDeleteForm('buttons-after-right'));
Forked from: dnadesign/gridfield-bulk-delete