]> source.dussan.org Git - vaadin-framework.git/commit
Add handling for completely empty Grid's column width calculations. (#11569)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 14 May 2019 12:05:12 +0000 (15:05 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Thu, 16 May 2019 10:32:54 +0000 (13:32 +0300)
commitdf3d68ec187b4fad87876b73e96d08713e2fd591
treed2e7ecfb5fe97bfe80152cb100587b667565c125
parent5cd93f9d5725e4b47129c11b7139d3653fe97ad0
Add handling for completely empty Grid's column width calculations. (#11569)

Fixes #11557
client/src/main/java/com/vaadin/client/widgets/Escalator.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridWithoutRowsOrHeaders.java [new file with mode: 0644]