Author: konstantin.mishin
Date: 2009-11-24 12:21:30 -0500 (Tue, 24 Nov 2009)
New Revision: 15989
Modified:
root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml
Log:
RF-7852 ExtendedDataTable sample
Modified:
root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml
===================================================================
---
root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml 2009-11-24
17:03:02 UTC (rev 15988)
+++
root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedtable.xhtml 2009-11-24
17:21:30 UTC (rev 15989)
@@ -32,11 +32,11 @@
<h:head>
<title>Richfaces ExtendedDataTable</title>
- <style>
+ <style type="text/css">
@charset "utf-8";
.extendedDataTable{
width:500px;
- height: 1000px;
+ height: 500px;
}
</style>
</h:head>
@@ -56,6 +56,9 @@
<rich:column id="column_title" width="200px">
<h:outputText value="#{record.title}" />
+ <f:facet name="footer">
+ <h:outputText id="columnFooter2" value="Column Footer
Facet2"/>
+ </f:facet>
</rich:column>
<rich:column id="column_email" width="300px">
Show replies by date