/gridfield-bulk-delete

Our own copy of heyday/gridfield-bulk-delete

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GridField Bulk Delete

Introduction

Add a GridFieldBulkDeleteForm component to a gridfield config to add an option to delete the records within that list.

Requirements

Install

composer require heyday/gridfield-bulk-delete

Configuration

Add to gridfield config

$config->addComponent(new GridFieldBulkDeleteForm('buttons-after-right'));

Forked from: dnadesign/gridfield-bulk-delete