
August 2nd, 2012, 02:31 PM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 65
Time spent in forums: 7 h 52 m 22 sec
Reputation Power: 2
|
|
Quote: | Originally Posted by aurelien I've find the solution...
I just add one line:
table.editCellAt(0,1);
so the cell which is selected (the 4th) is deselected and the first one is selected (but I don't care) so the entry is recorded and the value is now knew...
thanks for nothing... but if you have the problem one day, you have already the solution... |
table.editCellAt(0,1); its work....
|