SMART datagrid v.1 > Classes > ImageCellRenderer
The way of displaying the image. It is specified by ImageDisplay constant.
grid.setColumns([{
renderer: {
type: "image",
imageDisplay: DataLudi.ImageDisplay.BOTH
}
},
...
];