heyday/gridfield-bulk-delete

A GridField component allowing to delete records in bulk

Installs: 3 566

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-04-23 11:43:12 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