grid loading images from JavaScript Array

Hi i need to show img or another html content in a cell in my grid, for example see the below code i�m trying show the image but don�t work… thanks for your helps.-.





[

[

“100”,

”,

“John Grisham”,

“12.99”,

“1”,

"05/01/1998]];



Jorge Arzuaga

You can use “img” eXcell type. In such case you will need just insern path to the image:

[
“100”,
“column_b.asc.gif”,
“John Grisham”,
“12.99”,
“1”,
"05/01/1998]];

Please check example here dhtmlx.com/docs/products/dht … extra.html

NOT IS POSSIBLE ADD ANYTHING CODE HTML IN CELL WITHOUT USING eXcell type ?? THANKS?

Yes, this is impossible to insert any html into cell if you are using javascript array to load grid.

Ok thanks for all, try with xml, all my questions because i have myself grid under php, but i need the structure or style of your dhtmlxGrid for example resize the columns or ocult my filters… thanks anew…