I am new to extjs. I want to display icon images for each grid elements. can you please help me anybody?
I am getting the image path from an xml file.
My cod
This is the better mode, apply a widget column and widget image type like this:
columns:[ {text:'Image', xtype:'widgetcolumn', widget:{xtype:'image', src: 'http://www.sencha.com/img/20110215-feat-html5.png'}, dataIndex:'image'}]
on extjs 6