]> source.dussan.org Git - vaadin-framework.git/commit
Support custom column widths in Grid #13024
authorJohn Ahlroos <john@vaadin.com>
Tue, 3 Dec 2013 08:54:53 +0000 (10:54 +0200)
committerJohn Ahlroos <john@vaadin.com>
Wed, 4 Dec 2013 12:48:59 +0000 (14:48 +0200)
commit428c5801da9f2d9248ad35c385b329a2f80c33b9
tree0f20d27025679c5333dc70e1684219256d6e27fd
parent3e64013806a9e4f06babe33d1f0c66a5ff371798
Support custom column widths in Grid #13024

Change-Id: Ib0c1701346dc6b8b9ef5b5290fc6ffaff68d9f96
client/src/com/vaadin/client/ui/grid/Grid.java
client/src/com/vaadin/client/ui/grid/GridConnector.java
server/src/com/vaadin/ui/components/grid/GridColumn.java
uitest/src/com/vaadin/tests/components/grid/GridBasicFeatures.java
uitest/src/com/vaadin/tests/components/grid/GridBasicFeaturesTest.java