Open GoogleCodeExporter opened 9 years ago
I found a way to get around this problem. I am defining my own implementation
of
CellRenderer interface for the columns. I can align the columns by invoking
setHorizontalAlignment() in the AbstractCellView object passed to the
renderRowValue() method in CellRenderer.
Original comment by maso...@gmail.com
on 8 Dec 2009 at 3:53
Hi,
have a look also at the code for PagingScrollTable2 demo:
http://code.google.com/p/gwt-mosaic/source/browse/branches/GWT-1.7/src/org/gwt/m
osaic/showcase/client/content/tables/CwPagingScrollTable2.java
(demo:
http://69.20.122.77/gwt-mosaic-current/Showcase.html#CwPagingScrollTable2)
Thanks,
George.
Original comment by georgopo...@gmail.com
on 8 Dec 2009 at 6:26
George,
Thanks for the prompt reply. I looked at PagingScrollTable2 and decided to use
it instead of LiveTable since LiveTable was very slow.
Original comment by maso...@gmail.com
on 15 Dec 2009 at 3:40
Original issue reported on code.google.com by
maso...@gmail.com
on 4 Dec 2009 at 1:44