Thursday, June 30, 2011

Re: Specifying cell width in cellTable

If all cells are the same width, give this table a style name, and add
a CSS rule for cell width:

.myTabe td {
width: 100px !important;
}

I use this approach to set the height of rows in CellTable, where
empty rows have a different height from the ones with data.

Andrei

On Jun 30, 9:20 am, Issam <boualem.is...@gmail.com> wrote:
> I'm working with CellTable and Inuptcells and I would like to specify
> the width of each instance on my inputCell.
> Anyone has an idea?
>
> Thanks

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

No comments:

Post a Comment