[
https://issues.jboss.org/browse/RF-11525?page=com.atlassian.jira.plugin.s...
]
Cody Lerum updated RF-11525:
----------------------------
Description:
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}
was:
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}
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