Is it possible to add a column of images in data grid2 in mendix 11.11.0?

0
In Mendix 11.11.0, I am using Data Grid 2 and would like to display images in one of its columns. The images are uploaded by users through a form and are stored in an entity that generalizes System.Image. How can I configure Data Grid 2 to display these uploaded images directly in a column?
asked
1 answers
1

Hi Ayush,


You can define a column to show "Custom content" for this. See https://docs.mendix.com/appstore/modules/data-grid-2/#custom-content


I hope this helps.


Michiel

answered