This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: RichDataTablemail.micke Jun 1, 2008 8:27 AM (in response to lgweb)Have a look if the near ubiquitous rendered attribute can achieve what you want. 
 Ex:<rich:dataTable var="row" ...> <rich:column> <f:facet name="header">The header</f:facet> <h:commandButton .... rendered="#{row.editBtnEnabled}"/> </rich:column> </rich:dataTable>
- 
        
 
    