SMART datagrid v.1 > Classes > CheckCellRenderer
If it is not a Boolean value, the values which can be read as true will be set as the string of being separated by comma. The values which can be read as false are specified by falseValues.
Defaults to null.
grid.setColumns([{
name: "Shipping",
fieldName: "Shipping",
renderer: {
type: "check",
editable: true,
threeStates: true,
trueValues: "True",
falseValues: "False"
}
},
...
]);