Skip to main content

grid-pro.numbereditorparams

Home > @genesislcap/grid-pro > NumberEditorParams

NumberEditorParams interface

Parameters used to configure NumberEditor

Signature:

export interface NumberEditorParams extends ICellEditorParams 

Extends: ICellEditorParams

Properties

Property

Modifiers

Type

Description

disabled

boolean

formatOptions

any

onChange

(value: number, params: NumberEditorParams) => void

placeholder

string

withFormatting

boolean