Table Cell Editor
Hello,
I have a simple table of numeric data. All cell's are of type Double and all cells are editable.
Initially all values are set to 0
I have not set specific editor. I'm just accepting the table's default.
Currently, if the user tabs into a cell and hits the '2' key twice, the result is 0.022
I'd like to change this so that
> when ever the user starts to edit a cell, the previous contents are removed. So for example if user hits '2' key twice, the result would be 22 and not 0.022.
Please advise on best approach.
Thank you.

