]> source.dussan.org Git - vaadin-framework.git/commit
Allow replacing all columns at once when some of them are frozen. (#11978)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Thu, 30 Apr 2020 11:31:09 +0000 (14:31 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 11:31:09 +0000 (14:31 +0300)
commit35e441f2ecf19b779fb99ccc58d658dc29c03d80
tree283089da74a1632264b287c36157b24f28a183a4
parent4c9a5405a555785dc2b38e82b3d1cda0336491e0
Allow replacing all columns at once when some of them are frozen. (#11978)

Fixes #11824
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridFrozenColumnReplace.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridFrozenColumnReplaceTest.java [new file with mode: 0644]