https://github.com/axllent/silverstripe-tiled-gridfield
Inline/tiled images in a Silverstripe GridField table
https://github.com/axllent/silverstripe-tiled-gridfield
gridfield silverstripe
Last synced: 3 months ago
JSON representation
Inline/tiled images in a Silverstripe GridField table
- Host: GitHub
- URL: https://github.com/axllent/silverstripe-tiled-gridfield
- Owner: axllent
- License: mit
- Created: 2014-07-24T01:11:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T20:16:21.000Z (8 months ago)
- Last Synced: 2025-03-25T04:06:49.407Z (4 months ago)
- Topics: gridfield, silverstripe
- Language: CSS
- Homepage:
- Size: 313 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiled GridField for Silverstripe
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 || ^5
- [Colymba\BulkUpload](https://github.com/colymba/GridFieldBulkEditingTools) if you require easy uploading (see Usage)
- [UndefinedOffset\SortableGridField](https://github.com/UndefinedOffset/SortableGridField) if you require sorting (see Usage)For Silverstripe 3, please refer to the [Silverstripe3 branch](https://github.com/axllent/silverstripe-tiled-gridfield/tree/silverstripe3).
## Installation
```
composer require axllent/silverstripe-tiled-gridfield
```## Usage
Please refer to [Usage.md](docs/en/Usage.md) for an example.