Yes. I think that the thing is to use 

<display:column property="index" title="" class="hidden"
headerClass="hidden" />

 

And in the CSS :

.dataTable td.hidden {

     display: none;

}

.dataTable th.hidden {

     display: none;

}

 

David

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Olivier
Revollat
Sent: mercredi 23 janvier 2008 10:40
To: displaytag-user@lists.sourceforge.net
Subject: Re: [displaytag-user] how to hide a column ?

 

Thanks ! It works with media="none", but I see a warning in the log :

10:32:41,389 WARN [MediaUtil] Unrecognized value for attribute "media"
value="none"

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to