how can I show images in Data Grid

Hi,

how can I show Images (from mysql media field) in a Data Grid?
to show images in forms are no problem with image (Bootstrap Components)
maybe someone has an example of the best way to solve this.

BR
Andreas

Hi Andreas,

you can directly bind your media column to the NG Data Grid using the dataprovider property.
Note however you may need to add a styleClass to manage the size ( e.g. use max-width:100% ).
You may consider also reducing image size into thumbnails since normally you don’t need high definition images in a grid; you can either store the thumbnail in DB or use a calculation.

Regards,
Paolo