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;
}

it hides the header, but also remove all the widths in the css, any idea to
hide the header and yet the width can be maintained?

Thanks
-- 
View this message in context: 
http://www.nabble.com/t5%3A-hiding-grid-heading-tp22883120p22883120.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to