heyday/gridfield-bulk-delete

A GridField component allowing to delete records in bulk

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 3 671

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 6

Type:silverstripe-vendormodule

2.0.5 2020-07-23 03:29 UTC

This package is auto-updated.

Last update: 2024-06-14 04:36:46 UTC


README

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