symbiote / silverstripe-gridfieldextensions
A collection of useful grid field components
Installs: 1 351 509
Dependents: 235
Suggesters: 12
Security: 0
Stars: 96
Watchers: 23
Forks: 125
Type:silverstripe-vendormodule
- 5.x-dev
- 4.x-dev
- 4.1.x-dev
- 4.1.0
- 4.1.0-rc1
- 4.1.0-beta1
- 4.1.0-alpha1
- 4.0.x-dev
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-rc1
- 4.0.0-beta1
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.x-dev
- 3.6.x-dev
- 3.6.8
- 3.6.7
- 3.6.6
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.x-dev
- 3.5.1
- 3.5.0
- 3.4.x-dev
- 3.4.2
- 3.4.1
- 3.4.0
- 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 auto-updated.
Last update: 2024-11-04 00:14:10 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.