Constructor
new CTable()
Parameters:
Name | Type | Description |
---|---|---|
this.props.server |
Object | JRPC object. |
- Source:
Fires:
Type Definitions
EditorChange
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
is_modified |
bool | |
value |
* | |
valid |
bool |
- Source:
OnEditorChanges(colname, is_modified, value, valid)
Parameters:
Name | Type | Description |
---|---|---|
colname |
string | |
is_modified |
bool | |
value |
* | |
valid |
bool |
- Source:
Events
cteditorchanged
Properties:
Name | Type | Description |
---|---|---|
initiator |
string | |
changes |
Array.<CTable#EditorChange> |
- Source: