]> source.dussan.org Git - vaadin-framework.git/commitdiff
enabled feature
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 25 Jan 2008 08:47:10 +0000 (08:47 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 25 Jan 2008 08:47:10 +0000 (08:47 +0000)
svn changeset:3656/svn branch:trunk

src/com/itmill/toolkit/demo/TableDemo.java

index 263b322d18b05776582b3a010d21c392f98f0c97..68176a6e28943cf9befaf0d7713ffe98253c3ec9 100644 (file)
@@ -79,14 +79,13 @@ public class TableDemo extends com.itmill.toolkit.Application implements
         // Main window contains heading, two buttons, table and label
         main
                 .addComponent(new Label(
-                        "<h2>Table demo</h2>"
+                        "<h1>Table demo</h1>"
                                 + "<b>Rows are loaded from the server as they are needed.<br />"
                                 + "Try scrolling the table to see it in action.</b><br />"
                                 + ACTION_DESCRIPTION, Label.CONTENT_XHTML));
         final OrderedLayout layout = new OrderedLayout(
                 OrderedLayout.ORIENTATION_HORIZONTAL);
-        // TODO: disabled until #655 fixed
-        // layout.addComponent(tableVisibility);
+        layout.addComponent(tableVisibility);
         layout.addComponent(tableEnabler);
         layout.addComponent(tableCaption);
         main.addComponent(layout);