Version 5 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

GridField bulk editing tools

This module provides a set of tools to enhance GridField, allowing for bulk actions on records. It simplifies managing large sets of data by adding functionalities that are not available in the core GridField, saving content editors time and effort.

Installation

composer require colymba/gridfield-bulk-editing-tools

GitHub repository

https://github.com/silverstripe/silverstripe-gridfield-bulk-editing-tools

Bulk editing

The module is split into two main components, each addressing a common use-case for data management:

Bulk Manager
Perform actions on multiple records, such as unlinking, deleting and bulk editing, directly from a GridField
Bulk Uploader
Upload multiple images or files at once to populate DataObjects managed by a GridField