aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/ui/Table.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java
index fb9962c8a7..031935cc70 100644
--- a/src/com/vaadin/ui/Table.java
+++ b/src/com/vaadin/ui/Table.java
@@ -1455,6 +1455,13 @@ public class Table extends AbstractSelect implements Action.Container,
pageBuffer = cells;
unregisterPropertiesAndComponents(oldListenedProperties,
oldVisibleComponents);
+
+ /*
+ * We need to repaint so possible header or footer changes are
+ * sent to the server
+ */
+ requestRepaint();
+
return;
}