PDA

View Full Version : onCellUpdated index



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

pomata
16 Jan 2007, 12:14 PM
sorry, forget...

was indeed simple.