Datascroller: incompatibility with sorting feature
--------------------------------------------------

                 Key: RF-10888
                 URL: https://issues.jboss.org/browse/RF-10888
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Nick Belaevski
            Priority: Critical


When data scroller is used together with filtering, it's always one step behind 
of filtered value due to model not being reset when row count is being 
requested.

        <it:dataTable keepSaved="true" id="richTable" var="record" 
value="#{personBean.dataModel}" rows="20">
                <ui:include src="column.xhtml">
                        <ui:param name="property" value="name" />
                </ui:include>
                <ui:include src="column.xhtml">
                        <ui:param name="property" value="surname" />
                </ui:include>
                <ui:include src="column.xhtml">
                        <ui:param name="property" value="email" />
                </ui:include>
                
                <f:facet name="footer">
                                <it:dataScroller id="scroller" />
                </f:facet>
                </it:dataTable>

--
This message is automatically generated by JIRA.
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