如果我给出1/0
的不是true/false
剑道 UI 网格,则在这两个值中都将其理解为 false。
你可以在fiddle中看到它。
代码与true/false
this fiddle中的 like 一起正常工作。
boolean
是否可以使用 1/0 值添加检查?
您可以像这样设置列的模板:
{
field: "ProductActive",
title: "ProductActive",
template: "#= !!ProductActive#"
}
这是一个现场演示:http: //jsfiddle.net/as8FR/6/