Image Column
List Column
The image column displays an image column with the option to resize the output.
avatar:
label: Avatar
type: image
The following properties are supported.
| Property | Description |
|---|---|
| sortable | disables sorting of the column. Default: false |
| width | image thumbnail width to use, optional. |
| height | image thumbnail height to use, optional. |
| options | image resizer options. |
| limit | the maximum number of images to display. Default: 3 |
Use the sortable property to disable sorting.
avatar:
label: Avatar
type: image
sortable: false
Use the width and height properties to specify a custom image size.
avatar:
label: Avatar
type: image
width: 150
height: 150
Use the options property to specify the resizer options.
avatar:
label: Avatar
type: image
options:
quality: 80
See the image resizing article for more information on what options are supported.