axllent / silverstripe-tiled-gridfield
Inline/tiled images in a SilverStripe GridField table
Installs: 2 482
Dependents: 1
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 2
Open Issues: 0
Language:CSS
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4.0
- silverstripe/vendor-plugin: ^1.0
This package is auto-updated.
Last update: 2023-05-22 05:18:44 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 ^4
- Colymba\BulkUpload if you require easy uploading (see Usage)
- UndefinedOffset\SortableGridField if you require sorting (see Usage)
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.