Author: abelevich
Date: 2010-08-17 09:40:59 -0400 (Tue, 17 Aug 2010)
New Revision: 18708
Modified:
trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml
Log:
Modified: trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml
===================================================================
--- trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml 2010-08-17 13:38:49
UTC (rev 18707)
+++ trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml 2010-08-17 13:40:59
UTC (rev 18708)
@@ -76,8 +76,7 @@
<h:outputText value="Selected rowKeys" style="padding-left:
30px;"/>
<h:outputText id="selectionOutput"
value="#{dataBean.selectedRowKeys}"/>
-
- <it:extendedDataTable id="extendedDataTable" clientRows="40"
rows="100" frozenColumns="2"
+ <it:extendedDataTable id="extendedDataTable" clientRows="40"
rows="100" frozenColumns="2"
value="#{dataBean.state ? dataBean.employeeList : null}"
var="record" noDataLabel="There isn't data."
styleClass="extendedDataTable" rowKeyVar="rkv"
filterVar="fv" sortMode="multi"
selectionMode="#{dataBean.selectionMode}"
selectedRowKeys="#{dataBean.selectedRowKeys}"
@@ -87,7 +86,7 @@
<h:outputText value="Current date: #{dataBean.date}"/>
</f:facet>
<f:facet name="footer">
- <it:dataScroller id="scroller3" for="extendedDataTable"
page="#{dataBean.page}" maxPages="7"></it:dataScroller>
+ <h:outputText value="Footer of table."/>
</f:facet>
<f:facet name="noData">
Show replies by date