SMART datagrid v.1 > Classes > CellEditor
The value which will be stored instead of undefined when committing the input with string composed of empty string or blank.
Defaults to undefined.
grid.setColumns([{
editor: {
type: "number",
emptyValue: 0
}
}, {
editor: {
type: "line",
emptyValue: 'NA'
}
},
...
]