Author: abelevich
Date: 2010-05-17 13:41:50 -0400 (Mon, 17 May 2010)
New Revision: 17089
Modified:
root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml
Log:
Modified: root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml
===================================================================
--- root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml 2010-05-17
17:21:28 UTC (rev 17088)
+++ root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml 2010-05-17
17:41:50 UTC (rev 17089)
@@ -18,7 +18,7 @@
<h:form id="form1">
<ds:dataScroller id="scroller1" for="richTable"
page="#{dataBean.page}" maxPages="7"></ds:dataScroller >
- <rich:dataTable id="richTable" var="record"
rowKeyVar="rowKey" value="#{dataBean.employeeList}"
rows="20" sortMode="single">
+ <rich:dataTable keepSaved="true" id="richTable"
var="record" rowKeyVar="rowKey"
value="#{dataBean.employeeList}" rows="20"
sortMode="single">
<f:facet name="caption">
<h:outputText id="captioFacet1" value="Caption Facet" />
</f:facet>
Show replies by date