In the showcase example of CellTable: http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable
It is possible to click in the (right-most) address column, the row becomes yellow and the cell is framed in gray. By hitting the UP and DOWN keys, I can choose a different row, and the address is framed. By hitting the LEFT and RIGHT keys, it is possible to frame in gray cells of different columns.
BUT… After leaving the address column using the LEFT or RIGHT keys, it is not possible to go back. The address column is skipped, maybe because it is not editable or something.
Is there a way to have an non-editable column accessible by keyboard? I know it may serve no purpose, but I have a similar table, and I find this behavior annoying.