In Vaadin 8.1, the Grid
API doc shows that we can pass a renderer as part of the column definition when calling addColumn
. But I do not see any setter methods for changing the renderer.
Is there any way to change the renderer on a column in the Grid object?