How to create a grouped column with the Data Grid?

2012-07-26 Thread John99
tableheaderbuilder from gwt 2.5

-- 
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/-/WjHYvnW6zMsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create a grouped column with the Data Grid?

2012-07-26 Thread Dennis Haupt
Am 26.07.2012 19:03, schrieb John99:
 tableheaderbuilder from gwt 2.5
 


-- 
yay

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to create a grouped column with the Data Grid?

2012-07-25 Thread Joshua Godi
I have been researching this for the last few days, what I want to do is 
create a column group with the DataGrid with the group displaying in the 
header and sorting / footer still working for each of the grouped columns. 

Is there anyway to accomplish this with the DataGrid? Can you help point me 
in the right direction?

Thanks,
Joshua

For example:

/-\
|  |  Average  |   Red|
|  |---|  eyes|
|  |  height |  weight |  |
|-|
|  Males   | 1.9 | 0.003   |   40%|
|-|
| Females  | 1.7 | 0.002   |   43%|
\-/

-- 
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/-/LRP-0HBHJmUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.