nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Implement colspan FixedWidthGrid #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you want to see this feature/enhancement implemented, please star this 
issue by clicking on the star in the upper left hand corner of this page.

== Enhancement Description ==

We use the FixedWidthGrid as the data table on the scrolltable.
In some case it would be necessary to have the colspan in the FixedWidthGrid 
to, for example, make some "group" lines and so on.

Original issue reported on code.google.com by ebarthel...@gmail.com on 23 Dec 2008 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 7 Jan 2009 at 4:52

GoogleCodeExporter commented 9 years ago
Agreed.. This is a very important feature which needs to be implemented as the 
data
table might require merging of cells or setting the colspan of cells.

Original comment by nairutee...@gtempaccount.com on 12 May 2009 at 11:55

GoogleCodeExporter commented 9 years ago
Alternatively, we could relax the restriction of needing to use a 
FixedWidthGrid and 
allow any HTMLTable.  The ScrollTable would then modify the data table as 
needed (ie, 
make it fixed width).

Original comment by john.lab...@gmail.com on 12 May 2009 at 12:55

GoogleCodeExporter commented 9 years ago
That would be the best possibility. It gives the user to chose the kind of 
table they
want to use. Hope to see this implementation as soon as possible to improve 
usability.

Original comment by nairutee...@gtempaccount.com on 12 May 2009 at 2:26