The HeaderWrapping feature is useful. Unfortunately it does not work in some situations.
I have verified the version 1.1.1 because at the moment I use Vaadin 7 and verified the last version 2.0.0
If a column has a predefined width that is smaller to display full its header caption and set WrappingGrid.setWrapping(true) in the code in the init stage then
v.2.0.0 - nothing happens
v.1.1.1 - the header is broken.
Could you resolve this or help me how to resolve this?