]> source.dussan.org Git - vaadin-framework.git/commit
Apply offset to column index depending on presense of selection column (#11667)
authorTatu Lund <tatu@vaadin.com>
Tue, 30 Jul 2019 06:42:20 +0000 (09:42 +0300)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 8 Aug 2019 07:16:07 +0000 (10:16 +0300)
commit8c88da6f01cda8e0e0c45afd5791ac52ebda8db6
tree0af083c1e9181f62fda54aa7b8bf9bc86d05b079
parentad2eea037b98033474a596c6483cc92c47d5817d
Apply offset to column index depending on presense of selection column (#11667)

* Apply offset to column index depending on presense of selection column

After testing this manually I noticed that offset correction needs to be negative

* Add the testing UI
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridColumnFrozenColumn.java [new file with mode: 0644]