Hi,
I have this grid that displays code and name, I use following css to set the
width of the headers:
.code {width:95px;}
.name {width:530px; }
and now, I'd like to hide the header, but maintain the width for all the
columns, using this:
TABLE.t-data-grid THEAD TR {
display:none;
}
i
Hi,
This works, thanks.
Otho wrote:
>
> .id.t-first {display: none} maybe?
>
> 2009/2/25 Angelo Chen
>
--
View this message in context:
http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22197325.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
.id.t-first {display: none} maybe?
2009/2/25 Angelo Chen
>
> Hi,
>
> is it possible to hide the heading from grid? this do not work:
> .id.t-first { width:140px; height:0px}
> thanks
> --
> View this message in context:
> http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22196708.html
>
Hi,
is it possible to hide the heading from grid? this do not work:
.id.t-first { width:140px; height:0px}
thanks
--
View this message in context:
http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22196708.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---