]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid reordering when there are hidden columns
authorcuong-phan <39257573+cuong-phan@users.noreply.github.com>
Mon, 20 May 2019 12:00:38 +0000 (15:00 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 20 May 2019 12:00:38 +0000 (15:00 +0300)
commit543a842e673f74b4053bcd22d1603bc3a84e6534
treebfec61a0043cd3bf3600728a5de46883f62f1cc3
parent994f39b9ed46519ca3bfdc8914291e364e44694f
Fix Grid reordering when there are hidden columns

* Fix grid column reordering

Fix grid column reordering when there are hidden columns and footerRow.join

* Add test
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridReorderHiddenColumnsJoinedFooter.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridReorderHiddenColumnsJoinedFooterTest.java [new file with mode: 0644]