Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T02:13:28.000Z (over 1 year ago)
- Last Synced: 2024-09-27T21:47:02.722Z (3 months ago)
- Topics: gridfield, silverstripe
- Language: CSS
- Homepage:
- Size: 311 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- 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.![Screenshot](docs/en/screenshots/sample.png)
## 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.