Hi,

You can do this with CSS.  Just set the class of the column to "optional".

<display:column width="65" title="Unit Files" property="name"
class="optional"/>

Then use a stylesheet to set the display CSS property to "none"

<style>
.optional {
    display:none;
}
</style>

More info is in this blog entry.

http://www.jlamp.com/blog/2004/03/25/1080252752000.html

Best,
WILL


----- Original Message ----- 
From: Boyd, David
To: ([EMAIL PROTECTED])
Sent: Friday, April 30, 2004 12:19 PM
Subject: [displaytag-user] Conditional show a table column


Is there a way to conditional show a table column?

I have a requirement that, depending on the user, to either show a column in
the table or not.

David Boyd
NISYS, Inc
317.585.0070
www.nisys.com
[EMAIL PROTECTED]



This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to