Dear Support Team,
I have the problem that on "some" grids images are not shown. For instance, take the following code snippet:
$col = array();
$col["title"] = "Logo";
$col["name"] = "logo";
$col["width"] = "30";
$col["align"] = "center";
$col["search"] = false;
$col["sortable"] = false;
$col["default"] = "<img height=20 src='http://www.somewhere.de/image.png'>";
$cols[] = $col;
On one grid everything works fine, but if I copy/paste this code into another grid, it just won't show anything.
Are there any general prerequisites that allow/disallow images to be displayed? If this question is not precise enough, I would be glad to send you the entire code of the website.
Thanks,
Gerhard
1 Answers
Your Answer