How to set size of enumeration image in Data Grid?

1
I am using 'Star Rating' images in an enumeration but the images that are shown in the Data Grid are very small. How can I set the size of these images?
asked
2 answers
1

Edwin,

Chris is right that you can set this per grid, but if you want you could change the size for all grid images by adding this to you theme and upload larger images.

.mx-datagrid-body-table img{

max-width: 30px; max-height: 30px; }

answered
0

You can upload bigger images and use them in the enumeration. It is not possible to size per Grid.

answered