onCellChange

fires when a cell is changed

void onCellChange(number row,number column,string value);
rownumberthe row id
columnnumberthe column id
valuestringthe value of the cell

Example

$$("ssheet").attachEvent("onCellChange", function(row, column, value){
    // some code here
});

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of spreadsheet product.