Skip to content

springload/gridfield-bulk-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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