GridFieldAddOns is a collection of plugins for the Silverstripe GridField.
Currently there are 4 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.
- GridFieldEditableCells GridFieldEditableCells turns your GridField into a spreadsheet. You click on a cell change the value, done. Like GridFieldExpandableForm it offers a quick way of editing a limited set of fields on a lot of records conveniently.
- GridFieldRecordHighlighter GridFieldRecordHighlighter highlights records in a GridField.
- GridFieldUserColumns GridFieldUserColumns gives users control over the columns of the GridField.
Although I am using all the components in production they are rather in a beta stage. You helping me fixing bugs or improving the module is appreciated.
SilverStripe Framework 3.0+
Please follow the standard module installation documentation. The module has to reside in a toplevel folder called GridFieldAddOns/
.
Andreas Piening <piening at 3online dot de>