Assign your table a css class - for example, .cellTable. Then add this
to your css file:
.cellTable tr {
height: 24px !important;
}
(or whatever height you need)
On another note, I am not sure why you need to add data to a table and
then hide it - I can't think of any use case. The data is already in
your data provider, and you can use it.
Andrei
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.