网格不显示任何内容,这是 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 条件在列中显示图像