The fast way to solve that is to set a height in pixels for the DataGrid. 
Like this:

table.setHeight("400px");

... but that's not ideal for layout purposes. You may want to use a 
DockLayoutPanel to better accommodate your table, or use a CellTable 
instead of DataGrid.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to