[richfaces-issues] [JBoss JIRA] (RF-11525) Add header attribute to rich:column

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Wed Oct 12 23:50:16 EDT 2011


     [ https://issues.jboss.org/browse/RF-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11525:
-------------------------------

    Fix Version/s: 4.2.0.Tracking
                       (was: 4.1.0.Tracking)
      Component/s: component-tables

    
> Add header attribute to rich:column
> -----------------------------------
>
>                 Key: RF-11525
>                 URL: https://issues.jboss.org/browse/RF-11525
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>            Reporter: Cody Lerum
>             Fix For: 4.2.0.Tracking
>
>
> It would be very nice if the the rich:column supported a header attribute so that 
> {code:xml}
> <rich:column>
>    <f:facet name="header">Foo</f:facet>
>    <h:outputText value="#{_u.foo}" />
> </rich:column>
> {code}
> could be 
> {code:xml}
> <rich:column header="Foo">
>    <h:outputText value="#{_u.foo}" />
> </rich:column>
> {code} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list