You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/07/04 21:20:22 UTC

svn commit: r1751384 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml

Author: lofwyr
Date: Mon Jul  4 21:20:22 2016
New Revision: 1751384

URL: http://svn.apache.org/viewvc?rev=1751384&view=rev
Log:
TOBAGO-1502: Advanced tc:sheet support for Bootstrap 
* undo demo change

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml?rev=1751384&r1=1751383&r2=1751384&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml Mon Jul  4 21:20:22 2016
@@ -44,12 +44,12 @@
   <tc:column label="Name">
     <tc:out value="\#{solarobject.name}"/>
       ...</code></pre>
-    <tc:sheet id="s1" value="#{sheetController.solarList}" var="object" rows="4" columns="*;*;*;*;*">
+    <tc:sheet id="s1" value="#{sheetController.solarList}" var="object" rows="4">
       <tc:style maxHeight="500px"/>
       <tc:column label="Name">
         <tc:out value="#{object.name}"/>
       </tc:column>
-      <tc:column label="Orbit" rendered="false">
+      <tc:column label="Orbit">
         <tc:out value="#{object.orbit}"/>
       </tc:column>
       <tc:column label="Period (Days)">