pomata
16 Jan 2007, 12:12 PM
function onCellUpdated(dataModel, rowIndex, colIndex, e){
alert('Cell at row ' + rowIndex + ', column ' + colIndex + ' was clicked! New value=' + dataModel.getValueAt(rowIndex,colIndex));
}
Hi,
how can I get the row index id on the above?
something simple I think, but I cannot get it to work.
Thanks
P
alert('Cell at row ' + rowIndex + ', column ' + colIndex + ' was clicked! New value=' + dataModel.getValueAt(rowIndex,colIndex));
}
Hi,
how can I get the row index id on the above?
something simple I think, but I cannot get it to work.
Thanks
P