I'm using the PagingScrollTable from GWT Incubator version 1.5-Dec_28, along with GWT 1.5.3.
When I have only a single row in the table, the table height shrinks such that the row is no longer visible. If I add more rows, everything is properly sized. It seems as if maybe the height of the horizontal scrollbar is not being taken into account, or some other "off by one" error is happening.
My current workaround is to add a stylename with an explicit "height: 30px" to the row using RowFormatter. This is kind of a hack, as the height of my rows varies with the data contained. Any pointers welcome, thanks.
PS: it renders fine in Safari & Firefox