]
Nick Belaevski updated RF-10888:
--------------------------------
Labels: resolve tran (was: )
Assignee: Nick Belaevski
Fix Version/s: 4.0.1.Milestone1
4.1.0.Milestone1
Component/s: component-tables
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)
Components: component-tables
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Labels: resolve, tran
Fix For: 4.0.1.Milestone1, 4.1.0.Milestone1
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: