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