How can I make dataviewer with images on it?

How can I get Dataviewer with images?

You can use any html tags, inlcuding images, in templates
For example

var data = new dhtmlXDataView({ container:"data_container", type:{ template:"<span><img src='#image#.gif'></span>", height:80, width:80 } });