Hi there,
I am aware of the issue that CellTable vertical scrollbar overlaps with last column, and is trying to add some right padding to fully show the last column.
However, even in GWT showcase cell table example running in Chrome, adding or reducing right padding on a cell makes no difference, however, adding or reducing left/top/bottom padding all take effect appropriately.
I set the cell text to right aligned, and then I can see right padding is taking effect. Why is that?
With my use case, the only workaround I can think of is to add a dummy column to avoid vertical scrollbar overlapping last column. Any better idea?
Thanks,
yan