images in data grid

0
Hi, I am showing list of customers in a data drid. I would like to show the logo image in one of the columns for each customers. Can I show images in one of the colkumns? How can I accomplish?   Thanks and Regards, Manyam
asked
4 answers
1

It's not possible to show images in a datagrid column, with one exception: enumeration images. So if your usecase allows for an enumeration, it's possible.

https://docs.mendix.com/refguide/columns#formatting

answered
0

Hi,

You can use either template grid or list view, it will show the images according to that.

answered
0

Thanks.

answered
0

Use templategrid/list view.
You can mock up a ‘grid’ using tables and css** important, without styling it will look terrible.

[1 row Table (header) ]
[templateView]
(put another 1 row table in here same size as header and fill the content)

[/templateView]

answered