i-lateral / silverstripe-gridfield-addons
GridFieldAddOns is a collection of plugins for the Silverstripe GridField.
Installs: 5 440
Dependents: 2
Suggesters: 0
Security: 0
Stars: 8
Watchers: 9
Forks: 12
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ~4.0
- silverstripe/versioned: ~1.0
This package is auto-updated.
Last update: 2024-10-08 00:52:57 UTC
README
Introduction
GridFieldAddOns is a collection of plugins for the Silverstripe GridField.
Currently there are 3 components:
- GridFieldExpandableForm GridFieldExpandableForm is a GridField component to display a form for a GridField item like GridFieldDetailForm does, but within the GridField. It expands the item in the fashion of a jQueryUI accordion effect instead of opening the form in the main part of the UI.
- GridFieldRecordHighlighter GridFieldRecordHighlighter highlights records in a GridField.
- GridFieldUserColumns GridFieldUserColumns gives users control over the columns of the GridField.
- GridFieldColumnDateFormatter Allows you to re-format any dates on the GridField column provider while retaining sorting.
- GridfieldCustomDetailForm
Allows you to define custom
GridFieldDetailForm_ItemRequest
for yourDataObject
via config.
Requirements
SilverStripe Framework 4.0+
NOTE For SilverStripe 3 support use the 1 branch.
Installation
Instalation is done via composer: composer require i-lateral/silverstripe-GridFieldAddOns
Maintainers
- Andreas Piening <piening at 3online dot de>
- Mark Anderson
- Morven Lewis-Everley