Author: abelevich
Date: 2007-05-07 14:42:09 -0400 (Mon, 07 May 2007)
New Revision: 683
Modified:
trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml
Log:
Modified:
trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml
===================================================================
---
trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml 2007-05-07
18:41:24 UTC (rev 682)
+++
trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/pages/scrollable-grid.xhtml 2007-05-07
18:42:09 UTC (rev 683)
@@ -34,9 +34,9 @@
<body>
- <sg:scrollable-grid value="#{selectionBean.dataModel}"
var="issues" id="grid">
+ <sg:scrollable-grid value="#{selectionBean.dataModel}"
var="issues" first="0" rows="30">
- <sg:column style="width: 200px" frozen="true">
+ <sg:column style="width: 100px" frozen="true">
<f:facet name="header">
<h:outputText value="Key"></h:outputText>
</f:facet>
@@ -45,7 +45,7 @@
<h:outputText value="footer1"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Summary"></h:outputText>
</f:facet>
@@ -54,7 +54,7 @@
<h:outputText value="footer2"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Assignee"></h:outputText>
</f:facet>
@@ -63,7 +63,7 @@
<h:outputText value="footer3"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Status"></h:outputText>
</f:facet>
@@ -72,7 +72,7 @@
<h:outputText value="footer4"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Reporter"></h:outputText>
</f:facet>
@@ -81,7 +81,7 @@
<h:outputText value="footer5"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Created"></h:outputText>
</f:facet>
@@ -90,7 +90,7 @@
<h:outputText value="footer6"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Updated"></h:outputText>
</f:facet>
@@ -99,7 +99,7 @@
<h:outputText value="footer7"></h:outputText>
</f:facet>
</sg:column>
- <sg:column style="width: 200px">
+ <sg:column style="width: 100px">
<f:facet name="header">
<h:outputText value="Resolution"></h:outputText>
</f:facet>
Show replies by date