]> source.dussan.org Git - vaadin-framework.git/commit
Add convenience overloading for setColumn (#12093) 8.12.0.alpha2
authorTatu Lund <tatu@vaadin.com>
Fri, 4 Sep 2020 10:23:34 +0000 (13:23 +0300)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 10:23:34 +0000 (13:23 +0300)
commit665f3355a2f6a759ca7ee088025a4546c3953b02
treeb0166df139e67730dfc805b183251f033e9d60ac
parent10f7e15da976f2cd9ffd19674121cb1d403ef355
Add convenience overloading for setColumn (#12093)

Fixes: https://github.com/vaadin/framework/issues/7773
server/src/main/java/com/vaadin/ui/Grid.java
server/src/test/java/com/vaadin/tests/server/component/grid/GridTest.java