]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid column reorder with partially hidden joined header cells. (#12461)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 29 Oct 2021 10:37:36 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 10:37:36 +0000 (13:37 +0300)
commit6c9b3f0f4d7ebcb4c2a35d9f9e25470d850fd68b
tree950a94ca863d50813e30fb8a672574baa0634839
parent4b3d4d2005b63131bd0a1d3910a89301b777ce87
Fix Grid column reorder with partially hidden joined header cells. (#12461)

(#12429)
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridReorderMerged.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridReorderMergedTest.java [new file with mode: 0644]