Wednesday, July 22, 2015

FlexTable with static THEAD and TFOOT?

And another thing to add re DataGrid. One gotcha is you must be careful about setting the height. The best solution is to use LayoutPanels. Give the DataGrid an explicit height. Place the DataGrid in a LayoutPanel with a width and height of 100%. Alternatively ensure you have an unbroken chain of LayoutPanels from the root to your DataGrid . In the later case you should use a RootLayoutPanel.

James

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment