Do not try to resize the celltable, resize the div (Flowpanel or similar)
that is holding the celltable.
>> By default say I raw a cell table with 25 rows and when the the window
is shrink ed in size to show 20 rows , then scroll bar should automatically
appear on the table .
The browser must automatically handle this for you.
Make sure you have the css property,
div.celltable-container {
overflow: scroll;
}
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/pxClDQ19_PYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.