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

Cody Lerum (Created) (JIRA) jira-events at lists.jboss.org
Wed Oct 12 23:48:16 EDT 2011


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)
            Reporter: Cody Lerum
             Fix For: 4.1.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