...
|
...
|
@@ -344,7 +344,7 @@ function getTableColumn() { |
|
|
var imageStr = "<table><tbody><tr>";
|
|
|
if(value != null){
|
|
|
for (var i = 0 ;i < value.length; i++){
|
|
|
imageStr += "<td><a href='javascript:void(0)' onclick='openModal("+i+",\""+value[i].imageUrl+"\", \""+value[i].imageDesc+"\","+rowData.skup+")'><img height='70px;' width='50px;' src='"+value[i].imageUrl+"'/></td></a>";
|
|
|
imageStr += "<td><a href='javascript:void(0)' onclick='openModal("+i+",\""+value[i].imageUrl+"\", \""+value[i].imageDesc+"\","+rowData.skup+")'><img height='70px;' width='50px;' src='"+value[i].imageUrl+"?imageMogr2/thumbnail/100x100/position/center/quality/60'/></td></a>";
|
|
|
if((i+1) % 4 == 0 && 0 != i && i != (value.length - 1)) {
|
|
|
imageStr += "</tr><tr>";
|
|
|
}
|
...
|
...
|
|