> Or perhaps that you can use the media field ?
> 
> Something like :
>       <display:column property="myfield" media="none" />

You can also use the CSS to hide your field :
<display:column property="index" title="" class="hidden"
headerClass="hidden" />

And in the CSS :
.dataTable td.hidden {
     display: none;
}
.dataTable th.hidden {
     display: 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