]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #2191, subtree caching problems with table and collapsed columns
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 7 Nov 2008 12:17:27 +0000 (12:17 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 7 Nov 2008 12:17:27 +0000 (12:17 +0000)
svn changeset:5829/svn branch:trunk

src/com/itmill/toolkit/ui/Table.java

index 46848dbc687d8036141e4668b5ac516bb67cfe2e..536781ed761469089d5281de4172ded08cf6629c 100644 (file)
@@ -1282,6 +1282,9 @@ public class Table extends AbstractSelect implements Action.Container,
 
                 if (cols > 0) {
                     for (int j = 0; j < cols; j++) {
+                        if (isColumnCollapsed(colids[j])) {
+                            continue;
+                        }
                         Property p = null;
                         Object value = "";
                         boolean isGenerated = columnGenerators