SMART datagrid v1.4 > Classes > CellEditor

Back  Forward

DataLudi.CellEditor.emptyValue  property

빈 문자열이나 공백으로만 된 문자열로 입력을 완료할 때, undefined 대신 저장될 값. 

기본값은 undefined.

Getter
function emptyValue(): *
Setter
function setEmptyValue(value: *)
Code -1
    grid.setColumns([{
        editor: {
            type: "number",
            emptyValue: 0
        }
    }, {
        editor: {
            type: "line",
            emptyValue: 'NA'
        }
    },
    ...
    ]
See Also
booleanFormat
datetimeFormat
Examples
숫자 편집기