SMART datagrid v.1 > Classes > NumberCellEditor

Back  Forward

DataLudi.NumberCellEditor.scientific  property

If it is true, you can enter 'e', 'E' characters. 

When the editor is being displayed, it will not force to update the existing text. 

Defaults to true.

Getter
function scientific(): Boolean
Setter
function setScientific(value: Boolean)
Code -1
    var columns = [{
        editor: {
            type: "number",
            scientific: false
        }
    }, 
    ...
    ];
See Also
positiveOnly
maxDigits
minValue
maxValue
Examples
Number Cell Editor
Cell Editing