Browse Source

Fix for #5006

svn changeset:13962/svn branch:6.4
tags/6.7.0.beta1
John Alhroos 14 years ago
parent
commit
974253f087
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/com/vaadin/ui/Table.java

+ 7
- 0
src/com/vaadin/ui/Table.java View File

@@ -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;
}


Loading…
Cancel
Save