[ http://jira.jboss.com/jira/browse/RF-2815?page=all ]

Ilya Shaikovsky reopened RF-2815:
---------------------------------

      Assignee: Konstantin Mishin  (was: Mikhail Vitenkov)
             
<ui:composition xmlns="http://www.w3.org/1999/xhtml";
      xmlns:ui="http://java.sun.com/jsf/facelets";
      xmlns:h="http://java.sun.com/jsf/html";
      xmlns:f="http://java.sun.com/jsf/core";
      xmlns:a4j="http://richfaces.org/a4j";
      xmlns:rich="http://richfaces.org/rich";>
        <h:form>
                <rich:dataTable value="#{capitalsBean.capitals}" var="cap" 
rows="20" reRender="ds" id="simpletable">
                        <f:facet name="header">
                                <rich:columnGroup>
                                        <rich:column colspan="2" > 
                                                <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:columnGroup>
                        </f:facet>
                        <rich:column filterBy="#{cap.state}" 
filterEvent="onkeyup">
                                <f:facet name="header">
                                        <h:outputText value=" " title="Hack due 
to bug. Shuold be remoevd till release"></h:outputText>
                                </f:facet>
                                <h:outputText value="#{cap.state}"/>
                        </rich:column> 
                        <rich:column filterBy="#{cap.name}" 
filterEvent="onkeyup">
                                <h:outputText value="#{cap.name}"/> 
                        </rich:column>
                         <f:facet name="footer">
                                <rich:datascroller id="ds" for="simpletable" 
renderIfSinglePage="false"></rich:datascroller>
                         </f:facet>
                </rich:dataTable>
        </h:form>
</ui:composition>

This doesn't works properly.

But will works if move scroller out of the table.

> DataScroller compatibility with table Sorting and Filtering
> -----------------------------------------------------------
>
>                 Key: RF-2815
>                 URL: http://jira.jboss.com/jira/browse/RF-2815
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>         Assigned To: Konstantin Mishin
>            Priority: Critical
>             Fix For: 3.2.2
>
>


-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to