瀏覽代碼

Fix for #5006

svn changeset:13962/svn branch:6.4
tags/6.7.0.beta1
John Alhroos 14 年之前
父節點
當前提交
974253f087
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      src/com/vaadin/ui/Table.java

+ 7
- 0
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;
}


Loading…
取消
儲存