ajshort / silverstripe-gridfieldextensions
A collection of useful grid field components
Installs: 25 306
Dependents: 5
Suggesters: 4
Security: 0
Stars: 91
Watchers: 22
Forks: 110
Type:silverstripe-vendormodule
Requires
- php: ^7.3 || ^8.0
- silverstripe/framework: ^4.10
- silverstripe/vendor-plugin: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- silverstripe/versioned: ^1
- squizlabs/php_codesniffer: ^3.0
Replaces
- 3.x-dev
- 3.3.x-dev
- 3.3.0
- 3.2.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.2
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.x-dev
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.3
- 1.0.2
- v1.0.1
- v1.0.0
- dev-nglasl-patch-1
- dev-master
- dev-feature-sort-term-fix
This package is not auto-updated.
Last update: 2022-02-01 12:23:03 UTC
README
This module provides a number of useful grid field components:
GridFieldAddExistingSearchButton
- a more advanced search form for adding items.GridFieldAddNewInlineButton
- builds onGridFieldEditableColumns
to allow inline creation of records.GridFieldAddNewMultiClass
- lets the user select from a list of classes to create a new record from.GridFieldEditableColumns
- allows inline editing of records.GridFieldOrderableRows
- drag and drop re-ordering of rows.GridFieldRequestHandler
- a basic utility class which can be used to build custom grid field detail views including tabs, breadcrumbs and other CMS features.GridFieldTitleHeader
- a simple header which displays column titles.GridFieldConfigurablePaginator
- a paginator for GridField that allows customisable page sizes.
This branch will aim for compatibility with SilverStripe 4.x.
Installation
composer require symbiote/silverstripe-gridfieldextensions:^3
For SilverStripe 3.x, please see the compatible branch.
See docs/en/index.md for documentation and examples.