Constructor
new CEditorPanel()
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
this.props.columns |
Array.<Object> | Table columns
Properties
|
||||||
this.props.width |
int | Width in em. | ||||||
this.props.affectedRows |
Array.<Object> | Rows affected by editor, empty if add. | ||||||
this.props.noSaveClick |
function | Save button callback. | ||||||
this.props.noCancelClick |
function | Cancel button callback. | ||||||
this.props.onEditorChanges |
function | Editor changes callback. |
- Source: