EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: zolotoy on July 06, 2015, 06:21:36 AM



Title: Show images in DataGrid
Post by: zolotoy on July 06, 2015, 06:21:36 AM
Is there a way of showing preloaded images in a datagrid column?

Thanks


Title: Re: Show images in DataGrid
Post by: MB34 on July 06, 2015, 02:08:02 PM
See this tutorial:

http://www.jeasyui.com/tutorial/datagrid/datagrid16_demo.html


Title: Re: Show images in DataGrid
Post by: zolotoy on July 06, 2015, 04:29:54 PM
I am not sure the provided example is what I am asking for. I load images (not paths, but the actual images using new Image()) in advance it keep them in an array. I need to show them from that array.

Thanks