Author: mvitenkov
Date: 2008-09-04 06:28:08 -0400 (Thu, 04 Sep 2008)
New Revision: 10306
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
Log:
-sdt with rich:columns
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-09-04
10:27:20 UTC (rev 10305)
+++
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-09-04
10:28:08 UTC (rev 10306)
@@ -173,13 +173,13 @@
</rich:componentControl>
<br />
<br />
- <rich:scrollableDataTable id="dataList" width="300px"
height="300px" var="data"
value="#{tableBeanScroll.data}">
- <rich:columns value="#{tableBeanScroll.columnModel}" var="col"
index="index" sortable="no">
+ <%--rich:scrollableDataTable id="dataList" width="300px"
height="300px" var="data"
value="#{tableBeanScroll.data}">
+ <rich:columns value="#{tableBeanScroll.columnModel}" var="col"
index="index" sortable="true">
<f:facet name="header">
<a4j:commandLink value="#{col.title}" action="#{col.sort}"
reRender="dataList" />
</f:facet>
<h:outputText value="#{data.columns[index]}" />
</rich:columns>
- </rich:scrollableDataTable>
+ </rich:scrollableDataTable--%>
<br />
</f:subview>
Show replies by date