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

pageBuffer = cells; pageBuffer = cells;
unregisterPropertiesAndComponents(oldListenedProperties, unregisterPropertiesAndComponents(oldListenedProperties,
oldVisibleComponents); oldVisibleComponents);

/*
* We need to repaint so possible header or footer changes are
* sent to the server
*/
requestRepaint();

return; return;
} }



Loading…
Cancel
Save