Wednesday, March 9, 2016

Re: How to use DataGrid?

Thank you!

On Wednesday, March 9, 2016 at 3:11:03 PM UTC-6, Gilberto wrote:
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment