网格不显示任何内容,这是javascript方法中的代码
columns: [
{ field: "Dimension", title: "Mois", width: "130px" },
{ field: "Value", title: "Variation CA", width: "130px"},
{ field: "Value", title: "", width: "30px", template: '# if (Value >= 0 ) { # <img src="~/Images/uparrow.jpg" /> # } else # { <img src="~/Images/downarrow.jpg" #}#' }
]
});
我可以'解决问题,网格不显示任何内容,有什么建议吗?如何使用if条件
在列中显示图像