Vaadin 7.4.0.rc1 - Grid not usable

This is achievable with in a slightly different way compared to Table. Instead of “collapsing” or “hiding” a column, you simply remove it from Grid (it will still remain in the container, and can be added back to Grid later on if needed). Please see
this tutorial
for a simple example where a column is removed from Grid.

We are also about to implement functionality similar to column collapsing from Table so that you can let the user hide columns through the UI.