setCellValue(value,col) possible bug
Using beta 4 >>
I think there is a bug in this function:
If you call it ~without~ providing row as the third param (just like above) it will not fire
But if you provide the third param (row), it works fine.
Please correct me if Im wrong.
I think there is a bug in this function:
obj.setCellValue(value,col);
If you call it ~without~ providing row as the third param (just like above) it will not fire
obj.onCellValueChanged()
But if you provide the third param (row), it works fine.
Please correct me if Im wrong.
yamyam
January 20,