SMART datagrid v.1 > Classes > CalculatedColumn
The number value which will be replaced when valueType is NUMBER and the calculated value is NaN.
Defaults to undefined.
grid.setColumns([{
name: "colAmount",
type: "calced",
valueExpression: "unit_price * quantity",
nanValue: 0
},
...
]);