fires when the native oninput event occurs for an HTML input (select, text)
| cell | object | the cell object |
| value | string | the new value typed into the editor |
$$("datatable").attachEvent("onEditorChange",function(id, value){
// some code
});
The cell parameter has the following properties: