[
http://jira.jboss.com/jira/browse/RF-2778?page=comments#action_12404795 ]
Ilya Shaikovsky commented on RF-2778:
-------------------------------------
<rich:dataTable value="#{capitalsBean.capitals}" var="cap"
width="500px" rows="15">
<f:facet name="header">
<rich:columnGroup>
<rich:column colspan="3">
<h:outputText value="Filtering Example"/>
</rich:column>
<rich:column breakBefore="true">
<h:outputText value="State Name"/>
</rich:column>
<rich:column>
<h:outputText value="State Capital"/>
</rich:column>
<rich:column>
<h:outputText value="State Time Zone"/>
</rich:column>
</rich:columnGroup>
</f:facet>
<rich:column filterBy="#{cap.state}" >
<h:outputText value="#{cap.state}"/>
</rich:column>
<rich:column filterBy="#{cap.name}" >
<h:outputText value="#{cap.name}"/>
</rich:column>
<rich:column filterBy="#{cap.timeZone}">
<h:outputText value="#{cap.timeZone}"/>
</rich:column>
<f:facet name="footer">
<rich:datascroller renderIfSinglePage="false"/>
</f:facet>
</rich:dataTable>
no filtering controls in this case
Filtering Feature: facet should be rendered if absent but filtering
defined
---------------------------------------------------------------------------
Key: RF-2778
URL:
http://jira.jboss.com/jira/browse/RF-2778
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Konstantin Mishin
Fix For: 3.2.0
I need this before release
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira