Vaadin8 Grid Renderer

Hi! In Vaadin7 I could do

grid.getColumn("columnName").setRenderer(...)

but in Vaadin8 there’s no setRenderer() on the Column. It seems to me that the only way to add a custom renderer is to add an additional new column. Is that correct?

It looks like Vaadin
has this one covered
going forward.