Browse Source

Merged:

Fix for #2679 - expand country column

svn changeset:7470/svn branch:6.0
tags/6.7.0.beta1
Artur Signell 15 years ago
parent
commit
0ddfb6aaff

+ 1
- 0
src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java View File

@@ -69,6 +69,7 @@ public class TableMainFeaturesExample extends VerticalLayout {
Table.ALIGN_CENTER);

// Column width
table.setColumnExpandRatio(ExampleUtil.iso3166_PROPERTY_NAME, 1);
table.setColumnWidth(ExampleUtil.iso3166_PROPERTY_SHORT, 70);

// Collapse one column - the user can make it visible again

Loading…
Cancel
Save