AdaptableDateEditorParams
Params used by the AdapTable Date Editor
TypeScript
export interface AdaptableDateEditorParams extendsExtends
ICellEditorParams
Properties
| Property | Type |
|---|---|
| onValueChange | (value: any) => void |
Property Details
onValueChange
TypeScript
onValueChange?: (value: any) => void;Property Value
(value: any) => void