axllent / silverstripe-tiled-gridfield
Inline/tiled images in a Silverstripe GridField table
Installs: 3 059
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 4
Open Issues: 0
Language:CSS
Type:silverstripe-vendormodule
pkg:composer/axllent/silverstripe-tiled-gridfield
Requires
- silverstripe/framework: ^6.0
- silverstripe/vendor-plugin: ^3.0
This package is auto-updated.
Last update: 2025-09-25 22:57:40 UTC
README
Inline/tiled images in a standard Silverstripe GridField table.
I created it to give me a better overview of thumbnails returned in a GridField listing (think of a photo gallery). This hack simply applies a CSS class to the GridField fieldset to provide a tiled layout.
Requirements
- Silverstripe ^6
- Colymba\BulkUpload if you require easy uploading (see Usage)
- UndefinedOffset\SortableGridField if you require sorting (see Usage)
For Silverstripe 4 & 5, please refer to the Silverstripe5 branch.
For Silverstripe 3, please refer to the Silverstripe3 branch.
Installation
composer require axllent/silverstripe-tiled-gridfield
Usage
Please refer to Usage.md for an example.