]> source.dussan.org Git - vaadin-framework.git/commit
Optimizes adding and removing of columns (#13334)
authorHenrik Paul <henrik@vaadin.com>
Thu, 28 Aug 2014 13:39:18 +0000 (16:39 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 3 Sep 2014 15:36:32 +0000 (15:36 +0000)
commit24254eecf49853b9c839f4ea3a5ee5e0fdee70db
tree2b8fe619533380885a6e4a25fd7eb3638dcc8b39
parente29e468727a262983966e9413fee621124471b0a
Optimizes adding and removing of columns (#13334)

Previously, the scrollbar logic was evaluated once per RowContainer,
which is just silly.

Change-Id: I71ea144054c08b61836ae22ac6c3f6199fa7f524
client/src/com/vaadin/client/ui/grid/Escalator.java