]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid column reorder with partially hidden joined header cells. (#12429)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Thu, 14 Oct 2021 05:20:07 +0000 (08:20 +0300)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 05:20:07 +0000 (08:20 +0300)
commit4a824f48655ba7ebfe1dd78c89e1a7c1fbd1c183
tree3f7a1035974f544e890281d7f0773b1bca0b3458
parent2cbaa342d34c0bee63a43ba51c21896e134dae87
Fix Grid column reorder with partially hidden joined header cells. (#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]